Uses of Class
org.uncommons.maths.random.DefaultSeedGenerator
Packages that use DefaultSeedGenerator
Package
Description
This package provides deterministic, repeatable, pseudo-random number
generators, a set of strategies for seeding them, and classes for generating
values from different probability distributions.
-
Uses of DefaultSeedGenerator in org.uncommons.maths.random
Fields in org.uncommons.maths.random declared as DefaultSeedGeneratorModifier and TypeFieldDescriptionprivate static final DefaultSeedGenerator
DefaultSeedGenerator.INSTANCE
Singleton instance.Methods in org.uncommons.maths.random that return DefaultSeedGenerator