URGENT!!How to make a random without repetition?
|
Go4Expert Member
|
|
| 23Mar2010,19:47 | #1 |
|
URGENT!!How to make a random without repetition? using C
|
|
Mentor
|
![]() |
| 24Mar2010,17:07 | #2 |
|
How would you do it with a dice?
Let's try. 1 4 2 1 -oops, had a 1 already. Now what? And how did we know? |
|
Go4Expert Member
|
|
| 26Mar2010,12:50 | #3 |
|
Do you need to generate random numbers? Consider some C functions like rand()
|

