How would you seed the random generator with a variable? All the examples on C I can find are using srandom(time(NULL)).
I had an idea for generating random numbers on an iPhone that I want to play around with, using the GPS Data, Time, and Accelerometer/Gyro Data. Because that would be very hard to get the same seed number twice.
I had an idea for generating random numbers on an iPhone that I want to play around with, using the GPS Data, Time, and Accelerometer/Gyro Data. Because that would be very hard to get the same seed number twice.