Skip to content

Overview

NextRNGBook is a random number generator (RNG) package compatible with NumPy. It currently includes an implementation of the DX generator for random number generation, with plans to introduce additional generators in the future.

Subpackages:

  • dx_generator: Implements the DX algorithm for random number generation.
    • DX: The recommended faster 32-bit DX generator with fixed p = 2^31 - 1.
    • DX32: The general 32-bit DX generator corresponding to the previous create_dx() API.