mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 12:08:20 +00:00
Merge remote-tracking branch 'origin/fastpath'
* origin/fastpath: Fix inconsistencies in random number generation. Updating input framework unit tests. Add front-end name to InitMessage from WriterFrontend to Backend. Small tweak to make test complete quicker. Drain events before terminating log/thread managers. Fix strict-aliasing warning in RemoteSerializer.cc (fixes #834). Fix typos in event documentation Fix typos in NEWS for Bro 2.1 beta
This commit is contained in:
commit
9f6cf1ad90
52 changed files with 1196 additions and 718 deletions
|
@ -159,6 +159,10 @@ extern bool have_random_seed();
|
|||
// predictable PRNG.
|
||||
long int bro_random();
|
||||
|
||||
// Calls the system srandom() function with the given seed if not running
|
||||
// in deterministic mode, else it updates the state of the deterministic PRNG.
|
||||
void bro_srandom(unsigned int seed);
|
||||
|
||||
extern uint64 rand64bit();
|
||||
|
||||
// Each event source that may generate events gets an internally unique ID.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue