#17037 - nghoyin - Sun Feb 29, 2004 12:07 pm
I want to generate a random number in GBA but i have tried to use srand(time(NULL)) and rand function in common c programming but it doesnt work with GBA. So i would like to ask if there is any method to generate random number in GBA?
#17045 - Lupin - Sun Feb 29, 2004 2:09 pm
a random number doesn't exist actually... nothing is random!
#17066 - tom - Sun Feb 29, 2004 5:01 pm
you are a wise guy, lupin.
#17070 - Miked0801 - Sun Feb 29, 2004 6:02 pm
Weee! After reading some of those threads, I'm gonna throw away my twister algorithm and go with a much simpler one :)