Home | Trees | Indices | Help |
---|
|
object --+ | RandomUniform
Example ------- >>> rnd = RandomUniform(-1, 1) >>> rnd(3) #doctest: +ELLIPSIS array([...]) >>> rnd(2, 2) #doctest: +ELLIPSIS array([[..., ...], [..., ...]])
|
|||
|
|||
|
|||
|
|||
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 |