com.x8ing.mc.distribution
Interface RandomDistribution
- All Known Implementing Classes:
- RandomDistributionConstant, RandomDistributionGauss
public interface RandomDistribution
Implements a certain distribution of random numbers, e.g. Gauss.
- Author:
- Patrick Heusser
Method Summary |
double |
getNextRandomNumber()
Returns the the distribution normalized between 0..1 and the the values 0...1. |
getNextRandomNumber
double getNextRandomNumber()
- Returns the the distribution normalized between 0..1 and the the values 0...1.
- Returns:
by Patrick Heusser