Skip to content

Commit e2c128a

Browse files
authored
Update CHANGELOG.md
1 parent a52df58 commit e2c128a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@
44

55
This release:
66

7-
1)
7+
1) Adding more counter based PRNGs, with periods of 2^64, 2^128 and 2^256.
8+
2) TestU01 and PracRand wrappers for testing counter based random numbers generators.
9+
3) Improvement of interfaces for sampling, unweighting and container filling, namely: `hydra::sample`, `hydra::unweight` and `hydra::random_fill`.
10+
Now it is possible to set a maximum probability value, seed and sequence offset for the underlying prng in these facilities. The new parameters are defaulted to resonable values,
11+
so no code relying in the previous interface would get broken.
12+
4) Many others minor improvements.
813

914
Bug fixes:
1015

0 commit comments

Comments
 (0)