1. Added support (9), for [non-deterministic](https://software.intel.com/en-us/mkl-vsnotes-basic-generators) basic random number generator, based on [RDRAND](https://en.wikipedia.org/wiki/RdRand) hardware instruction.
2. Sampling from multinomial distribution now uses MKL's own `viRngMultinomial`, rather than using `viRngBinomial` to sample from the condition tower.