Library of the day: Gaea random library

Gaea random library reference is out!

With the random library the user can use random numbers generated from several distributions sush as Normal, Bivariate Normal, Gamma, Beta, Binomial, Negative Binomial, Poisson, Multinomial and others.

The usage is very easy as illustrated in the following example. Here we get a random value from a Normal distribution of mean=0 and sigma=1:

GAEA > (require :random)
NIL
GAEA > (random:random-normal 0d0 1d0)
-0.18245537813658388d0

The full reference for random library can be found here.

If you want to know more, feel free to always contact us.