Package org.statcato.random

Provides classes for generating random samples.

See:
          Description

Class Summary
BinomialSample A random sampler for a binomial distribution defined by the number of trials and event probability.
IntegerSample A random sampler for a range of integers, defined by the minimum and maximum of the range.
NormalSample A random sampler for a normal distribution, defined by the mean and standard deviation.
SampleFromVector A random sampler for a given vector, with or without replacement.
UniformSample A random sampler for a range of uniformly distributed continuous double values.
 

Package org.statcato.random Description

Provides classes for generating random samples.

Since:
1.0