module NormalDist: FDIST
new NormalDist.rng
returns an object that will generate random
floats in the normal distribution (Mean 0, standard deviation 1). It
looks like this is also known as the gaussian distribution.Parameters: |
|
type t = float
class rng : object end
val min : t
val max : t