Function Normal-Random*

Part of:

package cl-variates
( normal-random* < generator > < mean > < standard-deviation > )

Gets a single value sampled from the normal distribution with mean mean&#39; and<br> standard devation standard-deviation.' This uses the algorithm from Numerical
Recipes in C.