mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
util/init_random_seed: write_file implies deterministic
This makes Zeek run in deterministic mode with --save-seeds usage and reworks all the extra indirections used in init_random_seed() to make it easier to follow the control flow. Fixes #4209
This commit is contained in:
parent
280e7acc6e
commit
a7cf057a63
5 changed files with 50 additions and 27 deletions
4
NEWS
4
NEWS
|
@ -27,6 +27,10 @@ Changed Functionality
|
|||
then prompt to use --help. The --help usage will now print to standard output
|
||||
rather than standard error.
|
||||
|
||||
- Saving seeds with ``--save-seeds`` will now put Zeek into deterministic mode.
|
||||
A subsequent ``--load-seeds`` run with the same scripts and traces will produce
|
||||
identical UID values as the original ``--save-seeds` run.
|
||||
|
||||
Removed Functionality
|
||||
---------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue