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