array_sample_100k___10k.rb   [plain text]


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