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 by chainerx.array(), given the device argument.