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