I'm looking for an Additive White Gaussian Noise generator for .NET.
I know that somewhere there is some degree of interoperability between .NET and MATLAB, which has a AWGN generator, but I don't know if its free EDIT and I just found it.
Probably other applications as GNU Octave, which have similar functionalities to MATLAB, have .NET bindings. I didn't an extensive search on this matter.
I would rather use a .NET library that has this function. From the ones I know:
Math.NET Neodym doesn't seem to have it.
AForge.NET has a Gaussian number generator, but I lack the understanding of AWGN to know if this generator could be used for this purpose. Any ideas?