| Home >> All >> org >> metacosm >> framework >> [ random Javadoc ] |
org.metacosm.framework.random: Javadoc index of package org.metacosm.framework.random.
Package Samples:
org.metacosm.framework.random
Classes:
GaussianDistributionLaw: Gaussian distribution law with specified mean and standard deviation Standard is normal law with mean 0.0 and standard deviation 1.0.
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)
DiceDistributionLaw: Rolls the given number of dice with the given number of faces. Example: dice(3,6) = 3D6
RandomGenerator: Randomizer for the game It's a Singleton OOD pattern.
DistributionLaw
| Home | Contact Us | Privacy Policy | Terms of Service |