array_sample_100k__1k.rb   [plain text]


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