Browse Source

Fix random seed to be 32 bit

James Bowman 6 years ago
parent
commit
1634be9fbc
1 changed files with 1 additions and 1 deletions
  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;