chainerx.random.normal¶
- chainerx.random.normal(*args, **kwargs, device=None)¶
Draws random samples from a normal (Gaussian) distribution.
This is currently equivalent to
numpy.random.normal()wrapped bychainerx.array(), given the device argument.See also