| Bundle-Math-Random documentation | Contained in the Bundle-Math-Random distribution. |
Bundle::Math::Random - Bundle of modules related to random numbers
perl -MCPAN -e 'install Bundle::Math::Random'
Math::LogRand
Math::Rand48
Math::Random
Math::Random::MT
Math::Random::MT::Auto
Math::Random::TT800
Math::RandomOrg
Math::TrulyRandom
This is a bundle of modules related to random numbers.
Please have a look at Bundle::Math.
If you would like to see a specific module included in a future version of this bundle, please send me an email or use rt.cpan.org.
Steffen Mueller <bundlemath-module at steffen-mueller dot net>
| Bundle-Math-Random documentation | Contained in the Bundle-Math-Random distribution. |
package Bundle::Math::Random; use strict; use warnings; $VERSION = '1.02'; 1; __END__