result_type operator()(); | (since C++11) |
Generates a non-deterministic uniformly-distributed random value.
(none).
A random number uniformly distributed in [min()
, max()
].
Throws an implementation-defined exception derived from std::exception
if a random number could not be generated.
[static] | gets the smallest possible value in the output range (public static member function) |
[static] | gets the largest possible value in the output range (public static member function) |
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/numeric/random/random_device/operator()