Explorar el Código

Fix random seed to be 32 bit

James Bowman hace 6 años
padre
commit
1634be9fbc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      GD2.h

+ 1 - 1
GD2.h

@@ -651,7 +651,7 @@ private:
 
   uint32_t measure_freq(void);
 
-  uint16_t rseed;
+  uint32_t rseed;
 };
 
 extern GDClass GD;