Uses of Package
org.uncommons.maths.random
Packages that use org.uncommons.maths.random
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.
-
Classes in org.uncommons.maths.random used by org.uncommons.maths.randomClassDescriptionSeed generator that maintains multiple strategies for seed generation and will delegate to the best one available for the current operating environment.Immutable value type for probabilities.Deterministic random number generators are repeatable, which can prove useful for testing and validation.Exception thrown by
SeedGenerator
implementations when they are unable to generate a new seed for an RNG.Strategy interface for seeding random number generators.