set.daeRNGkind: Sets the values of daeRNGkind for the package dae in the daeEnv environment
Description
A function that sets the character value daeRNGkind that
specifies the kind of Random Number generator to use in dae.
The value is stored in a character named daeRNGkind in the
daeEnv environment. It is initially set to "Mersenne-Twister" and
can be changed using get.daeRNGkind. For details of the
different Random Number Generators available in R, see the R
help for RNGkind.