
Uniform |
ptolemy.actor.lib.Uniform |
Produce a random sequence with a uniform 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 bounds defined by the 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: Uniform.java,v 1.25 2006/03/30 16:33:59 cxh Exp $
Pt.Proposed Rating:Yellow (eal)
Pt.Accepted Rating:Yellow (cxh)
lowerBound
The lower bound.
This parameter contains a DoubleToken, initially with value 0.0.
upperBound
The upper bound.
This parameter contains a DoubleToken, initially with value 0.0.