be.ac.ulg.montefiore.run.totem.util.distribution
Interface Distribution

All Known Implementing Classes:
BimodalDistribution, ConstantDistribution, InverseNormalDistribution, LogisticDistribution, LogLogisticDistribution, LogNormalDistribution, NormalDistribution, PoissonDistribution, UniformFloatDistribution, UniformIntDistribution

public interface Distribution

This is the interface for the random distributions.

Creation date: 1-Jan-2004

Author:
Jean Lepropre (lepropre@run.montefiore.ulg.ac.be)

Method Summary
 double generate()
          Generates a random number according to the implemented random distribution.
 

Method Detail

generate

double generate()
Generates a random number according to the implemented random distribution.



Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.