< index
< 8. All purposes container

=====================================
9. Pseudorandom number generator
=====================================

> 10. Noise generator
This toolkit is an implementation of a fast and very high quality random number generator using the Mersenne twister algorithm.
For python users :
Python already has great builtin random generators. But some parts of the Doryen library (noise, heightmap, ...) uses RNG as parameters. If you intend to use those functions, you must provide a RNG created with the library.
9.1 Creating a generator
9.2 Using a generator
9.3 Getting a random int from a byte array
9.4 Destroying a generator

insert a comment