Module nlisim.random

Expand source code
from numpy.random import default_rng

# Seeding with None pulls a random seed from the OS
rg = default_rng(None)