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