]> git.pond.sub.org Git - empserver/commit
Make sure that the same prng is used on all systems, namely *rand48().
authorMarc Olzheim <marcolz@stack.nl>
Sat, 19 Jun 2004 13:54:49 +0000 (13:54 +0000)
committerMarc Olzheim <marcolz@stack.nl>
Sat, 19 Jun 2004 13:54:49 +0000 (13:54 +0000)
commit17c4546ec6d9844d3d83593b7c970f3b960ef9dd
tree39edc42d08fae92c293b0bf8836f3c324c2c8446
parente68dba6d23fd11e5feb9c703b895c37b904df997
Make sure that the same prng is used on all systems, namely *rand48().
For now, only fairland.c is "fixed".  We'll have to patch the random
calls in the server to use the RANDOM and SRANDOM macros to make
things completely reproducible.
src/scripts/nightly/patches/All/prng.patch [new file with mode: 0644]