numpy.random.random#
- random.random(size=None)#
Return random floats in the half-open interval [0.0, 1.0). Alias for
random_sample
to ease forward-porting to the new random API.
Site Navigation
Section Navigation
ufunc
)numpy.ctypeslib
)numpy.fft
)numpy.linalg
)numpy.matlib
)numpy.random
)numpy.testing
)numpy.testing.overrides
)numpy.typing
)numpy.distutils
)numpy.distutils
and migration adviceReturn random floats in the half-open interval [0.0, 1.0). Alias for
random_sample
to ease forward-porting to the new random API.