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

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);