clbustos / distribution

Statistical Distributions multi library wrapper. Uses Ruby by default and C (statistics2/GSL) or Java extensions where available.
Other
141 stars 52 forks source link

Added the possibility to pass an existing rng to Exponential #6

Closed cschwartz closed 12 years ago

cschwartz commented 12 years ago

Added the possibility to pass an existing rng to Exponential. This allows for example to pass a RNG with specific seeds for different random variables. (By the way, thanks for the nice work with the gem)