Home | Trees | Indices | Help |
---|
|
object --+ | ConstantValue
Random-like number generator that returns a constant value. Example ------- >>> rnd = ConstantValue(5.) >>> rnd(3) array([ 5., 5., 5.]) >>> rnd(2, 2) array([[ 5., 5.], [ 5., 5.]])
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Apr 6 23:52:10 2015 | http://epydoc.sourceforge.net |