Z Zeroh Still Fresh Joined Jul 3, 2003 Messages 11 Jul 15, 2003 #1 What GOOD and EASY sources on the GP32 is there to srand() from?
T Toris Certified Guru Joined Apr 6, 2003 Messages 82 Jul 15, 2003 #2 GpTickCountGet() - it returns the amount of processor ticks since the gp32 was turned on. So, GpSRand(GpTickCountGet());
GpTickCountGet() - it returns the amount of processor ticks since the gp32 was turned on. So, GpSRand(GpTickCountGet());
J jlebrech UFO Robot Joined Feb 25, 2003 Messages 899 Age 42 Jul 15, 2003 #3 GpSRand(GpTickCountGet()%sizeof(int)); think you told me that toris.
C CoderArt Still Fresh Joined Jun 19, 2003 Messages 17 Jul 15, 2003 #4 yeah thats good - you need to link it into when the user presses a button - thats what most good handheld coders do.
yeah thats good - you need to link it into when the user presses a button - thats what most good handheld coders do.