Today's a fairly short post, all about building a random distribution in .NET, both C# and F#. There are a couple of ways to do it, one which involves taking a reference and one which does not. Taking a Reference: the Math.Net Approach The Math.Net library is an excellent library for anybody doing serious numeric…