eduni.distributions
Interface ContinuousGenerator

All Superinterfaces:
Seedable
All Known Implementing Classes:
Beta, Cauchy, ChiSquare, Erlang, FDistribution, Gamma, Invgamma, Logistic, Negexp, Normal, Pareto, RandomGenerator, Tstudent, Uniform, Weibull

public interface ContinuousGenerator
extends Seedable

A continuous generator provides a double value according to the distribution it relies on.


Method Summary
 double sample()
           
 
Methods inherited from interface eduni.distributions.Seedable
getSeed, reseed, setSeed
 

Method Detail

sample

public double sample()