issues
search
daqana
/
dqrng
Fast Pseudo Random Number Generators for R
https://daqana.github.io/dqrng/
Other
42
stars
8
forks
source link
Allow registering as user-supplied RNG
#67
Closed
rstub
closed
1 year ago
rstub
commented
1 year ago
Partially addresses #22
Needs documentation
Important: One MUST not use the user supplied
normal.kind
w/o the user supplied
kind
, i.e. only
RNGkind("user")
or
RNGkind("user", "user")
must be used.
Does it make sense to set this automatically if some option has been set?
normal.kind
w/o the user suppliedkind
, i.e. onlyRNGkind("user")
orRNGkind("user", "user")
must be used.