v1.1.0
·
226 commits
to master
since this release
-
Added support (#9), for non-deterministic basic random number generator, based on RDRAND hardware instruction.
-
Sampling from multinomial distribution now uses MKL's own
viRngMultinomial, rather than usingviRngBinomialto sample from the condition tower.