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