C++ Language/Std/Rng

From Wikibooks, open books for an open world
Jump to navigation Jump to search

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)