There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
An alternative Random library for Unity3d designed to generate uniform Pseudo-Random deviates. The library use a fast PRNG (Mersenne-Twister) to generate: Floating Number in range [0-1] and in range [n-m], Vector2 and Vector3 data types.