
Gaussian |
ptolemy.actor.lib.Gaussian |
Produce a random sequence with a Gaussian distribution. On each
iteration, a new random number is produced. The output port is of
type DoubleToken. The values that are generated are independent
and identically distributed with the mean and the standard
deviation given by parameters. In addition, the seed can be
specified as a parameter to control the sequence that is generated.
Author(s): Edward A. Lee
Version:$Id: Gaussian.java,v 1.57 2006/03/30 16:33:59 cxh Exp $
Pt.Proposed Rating:Green (eal)
Pt.Accepted Rating:Green (bilung)
mean
The mean of the random number.
This has type double, initially with value 0.
standardDeviation
The standard deviation of the random number.
This has type double, initially with value 1.