ref: 416c6db5ee829b5e97dc8001b28e475fd942dbb6 dir: /testdir/p.48b/
BEGIN { k = 3; n = 10 } { if (n <= 0) exit if (rand() <= k/n) { print; k-- } n-- }