- make-normal-generator #!optional mean deviationprocedure
Returns a generator that yields real numbers from a normal distribution with the specified mean and deviation. The default value of mean is 0.0 and deviation is 1.0.
Chicken note: This is implemented in terms of make-random-normals from srfi-27.