+ 1
How may I generate a random number using C language?
Without using the rand() function
1 ответ
0
Computers are really bad in generating random things. You have to create algorithm based on something that is never the same, for example time.
Without using the rand() function