diff options
| -rw-r--r-- | stc/crand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stc/crand.h b/stc/crand.h index 7c3c9b44..105275c6 100644 --- a/stc/crand.h +++ b/stc/crand.h @@ -37,7 +37,7 @@ */
typedef struct {uint64_t state, inc;} crand_eng32_t;
-typedef struct {int32_t min; uint32_t range;} crand_i32_uniform_t;
+typedef struct {int32_t min, range;} crand_i32_uniform_t;
typedef struct {float min, range;} crand_f32_uniform_t;
/* 32 bit random number generator engine */
|
