Top Level Namespace
Defined Under Namespace
Modules: RV_Generator Classes: Binomial, BoxMuller, Erlang, Exponential, Gamma, Gaussian, Geometric, Poisson, Triangle, Uniform, VonMises, Weibull
Constant Summary collapse
- U_GENERATOR =
Provide access to Kernel#rand as an
Enumeratorobject. Enumerator.new { |yielder| loop { yielder << rand } }