# Random number generator

This version introduces a deterministic random number generator. [Random](http://dev.doc.cgistudio.at/APILINK/class_feat_std_1_1_random.html "The Random class generates random numbers deterministically. It is based on the "Mother-of-all" gener...") number generation is the generation of a sequence of numbers or symbols that cannot be reasonably predicted better than by a random chance.

---