willb / capricious

Pseudorandom number generator classes and support code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

capricious

Capricious is a library for pseudo-random number generation; it is primarily intended for use in simulation. Currently, several distributions (uniform, biased-uniform, Erlang, exponential, normal, and Poisson) are provided over two underlying pseudo- random generators (a linear-feedback shift register and a multiply-with-carry generator), but in the future Capricious will provide more of each.

Copyright © 2010 Red Hat, Inc. See LICENSE for details.

About

Pseudorandom number generator classes and support code

License:Apache License 2.0


Languages

Language:Ruby 100.0%