Uses of Class
org.uncommons.maths.random.Probability
-
Packages that use Probability 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. -
-
Uses of Probability in org.uncommons.maths.random
Fields in org.uncommons.maths.random declared as Probability Modifier and Type Field Description static ProbabilityProbability. EVENSConvenient constant representing a probability of 0.5 (used to model an event that has a 50/50 chance of occurring).static ProbabilityProbability. ONEConvenient constant representing a probability of one.static ProbabilityProbability. ZEROConvenient constant representing a probability of zero.Methods in org.uncommons.maths.random that return Probability Modifier and Type Method Description ProbabilityProbability. getComplement()The complement of a probability p is 1 - p.Methods in org.uncommons.maths.random with parameters of type Probability Modifier and Type Method Description intProbability. compareTo(Probability other)Compares this value with the specified object for order.
-