Make It Random Basic

Development Discontinued | Discuss
Documentation | Complete Edition
Requires Unity 5.0.0 or higher.
Make It Random Basic is a fast, flexible, and extensible random number generation library. It provides classes and functions, accessible from scripts, for generating random data of various sorts, including:
- bits
- integers
- floating point numbers
- probabilities
In addition to the above features, the library is very extensible, to support whatever underlying RNGs and extension functions you might want. Full source code is included.
The feature rich complete edition is also available, extending randomness to vectors, colors, shuffling, and more!