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