Acme-MathProfessor-RandomPrime

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

NAME
    Acme::MathProfessor::RandomPrime - Pick a random prime number

SYNOPSIS
     use Acme::MathProfessor::RandomPrime;

     say 'Let $N be a random prime'; $N = random_prime;

DESCRIPTION
    Math professors often pick a random prime to work out an example. This
    module mimics the algorithm the typical math professor uses. This allows
    you to be a math professor!

REFERENCES
    * <http://en.wikipedia.org/wiki/17_(number)>

    * L << http://www.catb.org/jargon/html/R/random-numbers.html >>

lib/Acme/MathProfessor/RandomPrime.pm  view on Meta::CPAN

__END__

=head1 NAME

Acme::MathProfessor::RandomPrime - Pick a random prime number

=head1 SYNOPSIS
 
 use Acme::MathProfessor::RandomPrime;

 say 'Let $N be a random prime'; $N = random_prime;

=head1 DESCRIPTION

Math professors often pick a random prime to work out an example. 
This module mimics the algorithm the typical math professor uses.
This allows you to be a math professor!

=head1 REFERENCES

=over 2



( run in 1.048 second using v1.01-cache-2.11-cpan-483215c6ad5 )