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:
intInteger value used to initialize Numba's random number generator.