C++ Language/Std/Rng
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)
Category:Book:C++ Language#Std/Rng%20