jhplot.math.num.random
Interface DiscreteRandomVariable

All Known Implementing Classes:
AbstractDiscreteRandomVariable, BernoulliRandomVariable, BinomialRandomVariable, GeometricRandomVariable, NegativeBinomialRandomVariable, PoissonRandomVariable

public interface DiscreteRandomVariable

A random variable generator for a discrete distribution.

Since:
1.3

Method Summary
 int nextRandomVariable()
          Access the next random variable from this generator.
 

Method Detail

nextRandomVariable

int nextRandomVariable()
Access the next random variable from this generator.

Returns:
the next random variable.


jHepWork 2.8 (©) S.Chekanov