what is rand ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

what is rand ?

23rd Sep 2016, 10:03 AM
prateek nandwana
2 Answers
+ 2
rand() is a function from <cstdlib> that returns a pseudo-random int between 0 and RAND_MAX (at least 32767). Don't forget to initialize the seed with srand() before using it.
23rd Sep 2016, 10:51 AM
Zen
Zen - avatar
0
Thnx.
23rd Sep 2016, 11:02 AM
Bluebird
Bluebird - avatar