aboutsummaryrefslogtreecommitdiff
path: root/R
diff options
context:
space:
mode:
Diffstat (limited to 'R')
-rw-r--r--R/src/syncrng.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/R/src/syncrng.c b/R/src/syncrng.c
index 431a65a..d25d6cf 100644
--- a/R/src/syncrng.c
+++ b/R/src/syncrng.c
@@ -114,7 +114,7 @@ SEXP R_syncrng_rand(SEXP state);
R_CallMethodDef callMethods[] = {
{"R_syncrng_seed", (DL_FUNC) &R_syncrng_seed, 1},
- {"R_syncrng_rand", (DL_FUNC) &R_syncrng_seed, 1},
+ {"R_syncrng_rand", (DL_FUNC) &R_syncrng_rand, 1},
{NULL, NULL, 0}
};
R_CMethodDef cMethods[] = {