Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.metacosm.framework.random

Interface Summary
DistributionLaw  
 

Class Summary
DiceDistributionLaw Rolls the given number of dice with the given number of faces.
GaussianDistributionLaw Gaussian distribution law with specified mean and standard deviation Standard is normal law with mean 0.0 and standard deviation 1.0.
RandomGenerator Randomizer for the game
It's a Singleton OOD pattern.
TranslatedUniformDistributionLaw Translated uniform distribution law for basic numeric types (Byte, Boolean, Double, Float, Int, Long, Short)
UniformDistributionLaw Uniform distribution law for basic numeric types (Byte, Boolean, Double, Float, Int, Long, Short)