Difference between random and randomise
C++, class 11
Answers
Answered by
0
C++ FUNCTIONS TO GENERATE RANDOMNUMBERS. ... Simply to generate a randomnumber, you can use rand( ) functions that produces a random number in the range 0 to RAND_MAX. The RAND_MAX is also defined in stdlib.h which gives you the maximum value returned by rand( ).
RagaviRagavendra:
I want difference
Similar questions