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