• seed monitoring
    Can someone help me to make a seed monitoring system for my seeding machine, something like this: with the optical sensors resistant to daylight which register the seeds fall from the machine in...
  • max value for seed for srand() function
    In Keil's functions, the value for the seed value for srand() is 'unsigned int' according to their function definition. Which for my processor is 4 bytes - sizeof(unsigned int) = 4. However, it looks...
  • Fill unused sector in flash with random value
    Hi Guys, I have a LPC2292 system and i use a linker file to flash the FLASH / ROM on the board. The FLASH is totally 256KB divided into a number of sectors. My code is around 31KB and occupied the...
  • 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...