The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Test::RandomCheck::PRNG - A thin wrapper of rand()

SYNOPSIS

  use Test::RandomCheck::PRNG

  my $r = Test::RandomCheck::PRNG->new;
  my $a_float = $r->next_rand
  my $an_int = $r->next_int(1, 6);

DESCRIPTION

A thin wrapper of rand().

AUTHOR

Masahiro Honma <hiratara@cpan.org>

COPYRIGHT

Copyright 2013- Masahiro Honma

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO