Normal
Wrapper for numpy.random.normal() sampler.
numpy.random.normal()
loc (Union[float, np.array of floats], default 0) – The mean of the sample.
std (Union[float, np.array of floats], default 1) – The standard deviation of the sample.
Methods
sample(size)
sample
Draw random samples from a Gaussian distribution.