GP32 Good and easy source to srand() from?


GpTickCountGet() - it returns the amount of processor ticks since the gp32 was turned on.
So, GpSRand(GpTickCountGet()); :)
 
yeah thats good - you need to link it into when the user presses a button - thats what most good handheld coders do.
 
Back
Top