RNG Drivers
Changing how the random number generator works
The random number generator driver is one of the supported driver types on Nitrocid KS. These drivers allow you to change how the random number generator works, thus earning dynamic random number generator improvements, such as providing faster methods to get random numbers.
The random number generator drivers have the following characteristics:
Interface:
IRandomDriverBase class:
BaseRandomDriver
The random number generator drivers have the functions that you can optionally override, and are listed in the relevant API documentation.
The RandomDriverTools class contains tools to get all the random number generator drivers and their names and set a random number generator driver as a default. The driver management tools also allow you to do the same thing, though you'll have to specify the driver type.
Last updated