OverlordQ has asked for the wisdom of the Perl Monks concerning the following question:
Dear Monks,
Some friends and myself are venturing into the area of clusterKnoppix (CD-Bootable openMosix based *Nix Distro), were wanting to do some tests related to parallel computing.
My set of tests I was assigned was PRNG (Pseudo Random Number Generators). We are trying to implement all of our tests in perl using Parallel::ForkManager to take advantage of openMosix.
Currently to Generate the random numbers, I was going to use: Math::Random, Crypt::Random, and Data::Random. To test the 'randomness' were were going to use Statistics::ChiSquare and ent.
Now my question is, what would be the best way to implement this? Are there any other Perl Modules we could test and/or other ways to test for randomness?
Thanks,
Brent G
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: PRNG: Modules/Testing
by hossman (Prior) on Jun 01, 2003 at 06:19 UTC | |
by OverlordQ (Hermit) on Jun 01, 2003 at 06:58 UTC | |
by hossman (Prior) on Jun 02, 2003 at 06:09 UTC | |
|
Re: PRNG: Modules/Testing
by adrianh (Chancellor) on Jun 01, 2003 at 10:24 UTC | |
by OverlordQ (Hermit) on Jun 01, 2003 at 22:28 UTC | |
by adrianh (Chancellor) on Jun 01, 2003 at 23:15 UTC | |
|
Re: PRNG: Modules/Testing
by wufnik (Friar) on Jun 02, 2003 at 07:45 UTC |