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???
"There is an artical about keil generates the random with LSFR"
Indeed - and its first paragraph gives a link to an article explaining the technical details!
If you really want to get into this, then you are going to have to get down to some serious study - it is beyond the scope of this forum!
I understand the LSFR roughly,but seems that keil dosen't use it?!There is no some kind of masks for registers in LSFR?!