std::random_device::operator()

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()].

# See also