RSS Feed

New Adventures in Software


Uncommons Maths 1.2

Posted in Java by Dan on February 5th, 2009

Version 1.2 of Uncommons Maths is now available.  This adds two new RNGs, one that is extremely fast and one that has an extremely long period (both are simply translations of George Marsaglia’s C code).  This release also includes a Rational number type to enable exact arithmetic with fractional values.

One Response to 'Uncommons Maths 1.2'

Subscribe to comments with RSS


  1. on April 26th, 2009 at 9:46 pm

    [...] means even faster RNGs are available for you to use. It also means that we now use the Uncommons Maths Probability class [...]