Kangaroo
Kangaroo copied to clipboard
Kangaroo Starting Positions
@JeanLucPons each time the program starts, are both Tame and Wild starting positions chosen randomly? Each time? Or are they started from same position every time via a 'seed'?
Using seeds generates same thing every time, so if the starting positions are random each time, how is the randomness selected?
Thanks
Each time you start the program, all kangaroo positions are choosen randomly and the seed is the timestamp. Only the seed for the jump table is fixed, this is for the compatibility of work files.