Merge remote-tracking branch 'origin/topic/awelzel/zeek-seed-env-2'

* origin/topic/awelzel/zeek-seed-env-2:
  Introduce ZEEK_SEED_VALUES environment variable
This commit is contained in:
Arne Welzel 2023-05-12 23:29:09 +02:00
commit cfd239ad2c
12 changed files with 151 additions and 9 deletions

4
NEWS
View file

@ -253,6 +253,10 @@ New Functionality
- New bifs for ``ceil()`` and ``log2()`` have been added.
- Seeds for deterministic processing can now also be set through a new environment
variable called ``ZEEK_SEED_VALUES``. The format is expected to contain 21
positive numbers separated by spaces.
Changed Functionality
---------------------