numpy.random.randn

numpy.random.randn(d0, d1, ..., dn)

Returns zero-mean, unit-variance Gaussian random numbers in an array of shape (d0, d1, ..., dn).

Note: This is a convenience function. If you want an
interface that takes a tuple as the first argument use numpy.random.standard_normal(shape_tuple).

Previous topic

numpy.random.rand

Next topic

numpy.random.randint

This Page

Quick search