Skip to content

Hydra 3.2.2 patch 1

Compare
Choose a tag to compare
@AAAlvesJr AAAlvesJr released this 23 Oct 13:46
· 86 commits to master since this release
24d9ec2

This release:

  1. Adding more counter based PRNGs, with periods of 2^64, 2^128 and 2^256.
  2. TestU01 and PracRand wrappers for testing counter based random numbers generators.
  3. Improvement of interfaces for sampling, unweighting and container filling, namely: hydra::sample, hydra::unweight and hydra::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.
  4. Many others minor improvements.

Bug fixes:

  1. Missing assignment operators for hydra::FunctionArgments

  2. Covering composite of composites (#100)

  3. Covering caching for parameterless functors.

Note: patch relase for hotfixing a bug in hydra::random_range