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