]> git.pond.sub.org Git - empserver/commit
(RANDOM, SRANDOM): New, to allow overriding the PRNG on the compiler
authorMarkus Armbruster <armbru@pond.sub.org>
Tue, 23 Mar 2004 15:05:20 +0000 (15:05 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Tue, 23 Mar 2004 15:05:20 +0000 (15:05 +0000)
commit0608bff5b483a5f9740ff59f3c025c425d9d520b
tree990eb3e51e85781ad33654e71d564e8f2d76c9f3
parent43c511e8ad36884b9ac5ecbab75b4226354d2a49
(RANDOM, SRANDOM): New, to allow overriding the PRNG on the compiler
command line for reproducible automated tests.  This is expected to be
a temporary solution until we get more capable system configuration.
Callers of random(), srandom() changed.  From Marc Olzheim.
src/util/fairland.c