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