module NormalDist: FDISTnew 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 endval min : tval max : t