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