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