qfeval_functions.functions.randn

randn(*size, dtype=None, device=None)[source]

Returns a tensor filled with random numbers from a normal distribution with mean 0 and variance 1 (also called the standard normal distribution). If the seed is fixed, it must be reproducible in any device.

Return type:

Tensor