Functor Rand.NormalDist


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:
Source : sig end

type t = float 
class rng : Source.state -> object  end
val min : t
val max : t