0

hello i want to generate 20000 unrepeatable random numbers between 2 Range in C# , how can i do that and with which Class ?? if i want to use Random class it produces duplicate numbers and if you know a software that can generate these numbers please introduce me , thanks

john
  • 1
  • 1
  • 1
    Possible duplicate of [Non-repetitive random number](http://stackoverflow.com/questions/1011198/non-repetitive-random-number) – Thrawn Apr 09 '17 at 14:23

1 Answers1

0

I flagged your question for a duplicate, because this question has already been answered on SO.

Non-repetitive random number

Just look at the answer by Hallgrim, thats pretty much exactly what you need.

Community
  • 1
  • 1
Thrawn
  • 204
  • 4
  • 11