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