character or NULL. If kind is a character
string, set R's RNG to the kind desired. Use "default" to
return to the R default. See ‘Details’ for the
interpretation of NULL.
normal.kind
character string or NULL. If it is a character
string, set the method of Normal generation. Use "default"
to return to the R default. NULL makes no change.
sample.kind
character string or NULL. If it is a character
string, set the method of discrete uniform generation (used in
sample, for instance). Use "default" to return to
the R default. NULL makes no change.