C++ Language/Std/Rng
Appearance
< C++ Language | Std
The RNG from the Standard Libraries (std::random_device
) is of better quality than the obsolete implementation in the original C-Runtime.
Additional information about the standard RNG (includes interactive examples)