Displaying 1 result from an estimated 1 matches for "package_unif_init".
2006 Aug 31
1
Interface for package supplied random number generator
...elRF_0.6-2.tar.gz
To solve this problem, Stefan Theussl and I have tried to extend the mechanism
for random number generators in the following way:
- we have added a new kind of generators: "package-supplied"
- this generator kind needs functions named 'package_unif_rand', 'package_unif_init',
'package_unif_nseed', and 'package_unif_seedloc'
(analogously to the functions for kind "user-supplied")
- RNGkind has an additional optional argument:
RNGkind <- function(kind = NULL, normal.kind = NULL, PACKAGE = "")
argument 'PACKAGE...