Hydra 3.2.2 patch 1
This release:
- Adding more counter based PRNGs, with periods of 2^64, 2^128 and 2^256.
- TestU01 and PracRand wrappers for testing counter based random numbers generators.
- Improvement of interfaces for sampling, unweighting and container filling, namely:
hydra::sample
,hydra::unweight
andhydra::random_fill
.
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,
so no code relying in the previous interface would get broken. - Many others minor improvements.
Bug fixes:
-
Missing assignment operators for hydra::FunctionArgments
-
Covering composite of composites (#100)
-
Covering caching for parameterless functors.
Note: patch relase for hotfixing a bug in hydra::random_range