Help for this page

Select Code to Download


  1. or download this
    map {$a[int(rand(6) + 1)]++} 0 .. 5999;
    
  2. or download this
    $a[int(rand(6) + 1)]++} for 0 .. 5999;
    print "side $_: $a[$_]\n" for 1..6;