globeay / mathdoku

Automatically exported from code.google.com/p/mathdoku
0 stars 0 forks source link

Restrict game seed to positive integer instead of unsigned long #112

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Current game seed is an unsigned long. Restrict the game seed to a positive 
integer instead for more easy communication.

Original issue reported on code.google.com by paul.din...@gmail.com on 28 Mar 2013 at 3:42

GoogleCodeExporter commented 8 years ago
Beside the game seed more parameters are involved in generating a game. The 
game seed will therefore not be a usefull way to share games between users. So 
no need exists to make the game seed more readable.

Original comment by paul.din...@gmail.com on 30 Mar 2013 at 9:46