Help for this page
int r = rand(); int n = r % p; ... n = (n + n) % p; } a[n] = r;
say (($_ + 5) % 11 ) for (0..10); ... 2 3 4