array_sample_100k__100.rb   [plain text]


arr = [*0...100000]
10_000.times {arr.sample 100}