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