There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

VANAMBURG::RandomNumbers

Random number generators specifically useful for card magic simulations.

random_stacknumbers

my @ten_selections = $random_stacknumbers(10);

Returns an array of numbers having the value of 1 through 52.

number_between

my $number = number_between(1,10);