Skip to main content

Python function

normal

normal()

max.experimental.random.normal(shape=(), mean=0.0, std=1.0, *, dtype=None, device=None)

source

Alias for gaussian(). Creates a tensor with values from a normal (Gaussian) distribution.

Parameters: