8.16.0.4
18 Random number functions
Returns a random number sampled from the normal distribution with a mean of mu and a standard deviation of sigma.
Returns a random number sampled from the normal distribution with a mean of 0.0 and a standard deviation of 1.0.
procedure
mean : scalar? variance : scalar? s : (listof natural?)
Generates a tensor of shape s where the scalars are drawn from a normal distribution with a mean given by mean
and the standard deviation given by (sqrt variance).