Generate a random value from a Normal (a.k.a. Gaussian) distribution with the given mean, mu and the given standard deviation, sigma.
@param mu the mean of the distribution
@param sigma the standard deviation of the distribution
@return the random Normal value
@throws NotStrictlyPositiveException if {@code sigma <= 0}.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.