std::random_device::operator()
Min standard notice:
Generates a non-deterministic uniformly-distributed random value.
# Declarations
result_type operator()();
(since C++11)
# Return value
A random number uniformly distributed in [min(), max()].
Generates a non-deterministic uniformly-distributed random value.
result_type operator()();
(since C++11)
A random number uniformly distributed in [min(), max()].