Closed amirkhaki closed 2 years ago
When building on 32bit, there are multiple compile time errors: Cannot use 999... (untyped int constant) as int value in argument to random (overflows)
(int is an implementation-specific size, either 32 or 64 bits.)
Commit looks fine to me. Thanks for the contribution!
When building on 32bit, there are multiple compile time errors: Cannot use 999... (untyped int constant) as int value in argument to random (overflows)
(int is an implementation-specific size, either 32 or 64 bits.)