Contents:
PerModuleRNG
A collection of per-module random number generators.
Return a random number generator that is based on a base seed and the current module name.
module_name (string) -- The name of the module
rng -- The random number generator.
numpy Generator