From 8f4082e9be91169a04252e77206ae15ea8554b6b Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Sun, 17 Dec 2017 09:19:11 -0500 Subject: change type of global_R_nseed to match function --- src/syncrng.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3