This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

About keil random number

Hi,guys! I study about how to generate a random number recently,a lot of articles said "Linear Congruential Generator" is a frequently-used method!However,I used
the mothod rand() in the stdlib.h,which is a lib function of keil,I observed it seems as if it don't use this kind of method,do it???

0