cupy.random.standard_normal#
- cupy.random.standard_normal(size=None, dtype=<class 'float'>)[source]#
Returns an array of samples drawn from the standard normal distribution.
This is a variant of
cupy.random.randn()
.- Parameters:
- Returns:
Samples drawn from the standard normal distribution.
- Return type:
See also