v1.1.0
·
203 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 usingviRngBinomial
to sample from the condition tower.