function PDF_BoxMuller
extends Noise.Utilities.Interfaces.PDF;
input Real mu = 0 "The expectation (mean) value of the normal distribution" annotation(
Dialog);
input Real sigma = 1 "The standard deviation of the normal distribution" annotation(
Dialog);
end PDF_BoxMuller;
Developed 2014 at the DLR Institute of System Dynamics and Control