Help for this page
my $sum = 0; for( 1..10_000_000 ) { ... } print $sum;
my $index = int rand @coin; return $coin[ $index ];