• 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...
  • random number
    where can i get the code to make a random number. it must be for 7 digits between 0 and 7. it must be efficient comented romantic and in c.
  • random delay .!!
    Hi .. I need help regarding writing a C code for a random delay that its duration is within 0.2 - 0.8 miliSeconds?
  • Random number
    Hi fellow programming gurus. I've come up against a very hard problem and i want some advise. My problem is that i need to generate a series of random numbers. I know that they are not really...
  • Random vaues
    Hi all how do load vars with random values ? for example I need 3 random integers from 1 to 10 1 in each in each var . What is the C code for declaring 3 integer variables loaded with a random...