Skip to content

v1.1.0

Compare
Choose a tag to compare
@oleksandr-pavlyk oleksandr-pavlyk released this 05 Sep 22:14
· 203 commits to master since this release
  1. Added support (#9), for non-deterministic basic random number generator, based on RDRAND hardware instruction.

  2. Sampling from multinomial distribution now uses MKL's own viRngMultinomial, rather than using viRngBinomial to sample from the condition tower.