gauss.icn: Procedures to compute Gaussian distributions

link gauss
September 19, 1991; Stephen B. Wampler
This file is in the public domain.

gauss_random(x, f) produces a Gaussian distribution about the value x.
The value of f can be used to alter the shape of the Gaussian
distribution (larger values flatten the curve...)

Source code | Program Library Page | Icon Home Page