Version 1.0b1 API Documentation generated by Endo 2006-08-14
default_distribution = UniformDistribution(0.0, 1.0)
standard_generator = CreateGenerator(-Const(1))
random_sample(n) = array of n random numbers;
random_sample(n1, n2, ...)= random array of shape (n1, n2, ..)
ranf() = a random number from the standard generator.
| Local name | Refers to |
|---|---|
| math | math |
| mt | numpy.random.mtrand |