ref: a288969bf6c2d73cb8e77ece798a6009ffb57d99 dir: /test/t.randk/
{ k = 2 n = NF i = 1 while ( i <= n ) { if ( rand() < k/n ) { print i k-- } n-- i++ } }