| Home | Trees | Indices | Help |
|
|---|
|
|
Callable objects that generate numbers according to different distributions.
$Id: __init__.py 9019 2008-08-27 13:37:29Z jbednar $
Version: $Revision: 8943 $
|
|||
| |||
|
|||
|
BinaryOperator Applies any binary operator to NumberGenerators or numbers to yield a NumberGenerator. |
|||
|
BoundedNumber Function object that silently enforces numeric bounds on values returned by a callable object. |
|||
|
Choice Return a random element from the specified list of choices. |
|||
|
ExponentialDecay Function object that provides a value that decays according to an exponential function, based on topo.sim.time(). |
|||
|
NormalRandom Normally distributed (Gaussian) random number. |
|||
|
NumberGenerator Abstract base class for any object that when called produces a number. |
|||
|
RandomDistribution Python's random module provides the Random class, which can be instantiated to give an object that can be asked to generate numbers from any of several different random distributions (e.g. |
|||
|
UnaryOperator Applies any unary operator to a NumberGenerator to yield another NumberGenerator. |
|||
|
UniformRandom Specified with lbound and ubound; when called, return a random number in the range [lbound, ubound). |
|||
|
UniformRandomInt Specified with lbound and ubound; when called, return a random number in the inclusive range [lbound, ubound]. |
|||
|
VonMisesRandom Circularly normal distributed random number. |
|||
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Oct 12 22:26:29 2008 | http://epydoc.sourceforge.net |