Class random_device models a non-deterministic random number generator . It uses one or more implementation-defined stochastic processes to generate a sequence of uniformly distributed non-deterministic random numbers. For those environments where a non-deterministic random number generator is not available, class random_device must not be implemented. http://www.boost.org/doc/libs/1_57_0/doc/html/boost/random/random_device.html |
If implementation limitations prevent generating non-deterministic random numbers, the implementation may employ a random number engine. - IS |
For those environments where a non-deterministic random number generator is not available, class random_device must not be implemented. - boost |