Timeline for Generate random numbers without repetitions
Current License: CC BY-SA 3.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Aug 31, 2014 at 19:22 | comment | added | Charles | @rolfl: Correct. I wanted to spell out the dependence on M explicitly. | |
| Aug 30, 2014 at 12:30 | comment | added | rolfl | The OP only has one parameter, N. What you call the second parameter M is actually hard-coded in the code as random.Next() which implies an M of Integer.MAX_VALUE (2^31 - 1). | |
| Aug 28, 2014 at 20:21 | history | answered | Charles | CC BY-SA 3.0 |