Skip to main content
Version: 0.5.x

Random

Utility functions for random number generation and reproducibility.

Function set_seed_numba(...)

@njit(cache=True)
def set_seed_numba(seed: int)

Set the seed for random numbers used by functions compiled with Numba.

Parameters:

  • seed: int Integer value used to initialize Numba's random number generator.