Interface ContinuousGenerator

All Superinterfaces:
Seedable
All Known Implementing Classes:
Beta, BetaPrime, Cauchy, ChiSquare, Erlang, FDistribution, Gamma, Invgamma, Logistic, LogNormal, 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

    Modifier and Type
    Method
    Description
    double
     

    Methods inherited from interface eduni.distributions.Seedable

    getSeed, reseed, setSeed
  • Method Details

    • sample

      double sample()