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.
|
Class and 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 by
SeedGenerator implementations when
they are unable to generate a new seed for an RNG. |
SeedGenerator
Strategy interface for seeding random number generators.
|
Copyright © 2015. All rights reserved.