chiark
/
gitweb
/
~mdw
/
catacomb-python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
3482545
)
rand.c, algorithms.py: Change how kinds of RNGs are distinguished.
author
Mark Wooding
<mdw@distorted.org.uk>
Thu, 11 May 2017 09:42:15 +0000
(10:42 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 14 May 2017 03:29:20 +0000
(
04:29
+0100)
Rather than a set of flags, assign them numbers and use `switch'. It
doesn't seem like the flags are helpfully marking out sets of RNGs, and
this approach scales better to handling more kinds.
No differences found