zeek/testing/btest/Baseline/bifs.rand
Jon Siwek 34ead91f99 Fix inconsistencies in random number generation.
The srand()/rand() interface was being intermixed with the
srandom()/random() one.  The later is now used throughout.

Changed the srand() and rand() BIFs to work deterministically if Bro
was given a seed file (addresses #825).  They also now wrap the
system's srandom() and random() instead of srand() and rand() as per
the above.
2012-06-29 16:24:31 -05:00
..
out Fix inconsistencies in random number generation. 2012-06-29 16:24:31 -05:00
out.2 Fix inconsistencies in random number generation. 2012-06-29 16:24:31 -05:00