+ 3
rand() function
can any one help me into rand() function!?? I mean I don't know the concept of that...
5 Respuestas
+ 4
what??
+ 3
i wann basic knowledge of that
+ 3
On which language?
+ 3
c++
0
This function allows you to automatically generate random numbers for your application. For instance, in a game where you have to roll a dice, you could use this function to randomly generate a number between 1 to 6 EACH time the dice is rolled by your user.