diff options
| -rw-r--r-- | src/syncrng.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syncrng.c b/src/syncrng.c index 3cc77fa..71fe58e 100644 --- a/src/syncrng.c +++ b/src/syncrng.c @@ -298,7 +298,7 @@ SEXP R_syncrng_rand(SEXP state) */ static uint32_t global_R_seed; -static uint32_t global_R_nseed = 1; +static int global_R_nseed = 1; static double global_R_result_uniform; static double global_R_result_normal; static uint64_t *global_R_state = NULL; |
