Package Utility

Class Summary
Beta Beta is used to generate random variables from the Beta distribution.
ChiSquare ChiSquare is used to generate random variables from the chi-squared distribution.
Erlang Erlang is used to generate random variables from the Erlang distribution.
Exponential The Exponential class is used to generate random variables from an exponential distribution.
Geometric Geometric is used to generate random variables from the geometric distribution.
Normal Normal is used to generate random variables from the normal distribution.
Poisson The Poisson class is used to generate random variables from a Poisson distribution.
RandomNumber The RandomNumber class implements a random number generator.
Tally Statistic Collection Objects
The Tally class is used for collecting simple statistics for a set of numbers.
TimeSeriesTally The TimeSeriesTally class is for calculating weighted time series statistics for a bunch of points.
Triangular Triangular is used to generate random variables from the triangular distribution.
Uniform The Uniform class is used to generate numbers uniformly distributed between the lowerBound and upperBound.
WeightedTally The WeightedTally class is for weighted tallying of values.