Bundle::Math::Random - Bundle of modules related to random numbers


Bundle-Math-Random documentation Contained in the Bundle-Math-Random distribution.

Index


Code Index:

NAME

Top

Bundle::Math::Random - Bundle of modules related to random numbers

SYNOPSIS

Top

 perl -MCPAN -e 'install Bundle::Math::Random'

CONTENTS

Top

Math::LogRand

Math::Rand48

Math::Random

Math::Random::MT

Math::Random::MT::Auto

Math::Random::TT800

Math::RandomOrg

Math::TrulyRandom

DESCRIPTION

Top

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.

AUTHOR

Top

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__