Search
Searching
- numpy.random.standard_normal
...ule structure Random sampling (numpy.random) Legacy random generation numpy.random.standard_normal...
- numpy.random.Generator.standard_normal (Python method, in numpy.random.Generator.standard_normal)
- numpy.random.RandomState.standard_normal (Python method, in numpy.random.RandomState.standard_normal)
- numpy.random.standard_normal (Python function, in numpy.random.standard_normal)
- Legacy random generation
...rs = RandomState(12345) mt19937 = MT19937() mt19937.state = rs.get_state() rs2 = RandomState(mt19937) # Same output rs.standard_normal() rs2.standard_normal() rs.random() rs2.random() rs.standard_exponential() rs2.standard_exponential()...
- NumPy 1.22.0 Release Notes
...always being 0. This has been fixed. This change affects the variates produced by the random.Generator methods random, standard_normal, standard_exponential, and standard_gamma, but only when the dtype is specified as numpy.float32. (gh-20...
- numpy.random.Generator.lognormal
- numpy.random.Generator.standard_normal
- numpy.random.Generator.standard_t
- numpy.random.lognormal
- numpy.random.randn
- numpy.random.RandomState.lognormal
- numpy.random.RandomState.randn
- numpy.random.RandomState.standard_normal
- numpy.random.RandomState.standard_t
- numpy.random.standard_normal
- numpy.random.standard_t
- Polynomials
- Random
Generator