globalSeed static method
- int explicitSeed
Statically reseeds the globally shared StdRandom instance dynamically.
Implementation
static void globalSeed(int explicitSeed) => _global.seed(explicitSeed);
Statically reseeds the globally shared StdRandom instance dynamically.
static void globalSeed(int explicitSeed) => _global.seed(explicitSeed);