mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +00:00

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.
6 lines
22 B
Text
6 lines
22 B
Text
985
|
|
474
|
|
738
|
|
4
|
|
634
|
|
473
|