SuppDists-defunct | R Documentation |
The functions listed here are no longer part of SuppDists as they do not work on 64bit architectures.
# Defunct in version 1.1-9.5
rziggurat(n, normal=TRUE, new.start=FALSE, seed=556677)
rMWC1019(n, new.start=FALSE, seed=556677)
Both RNG functions were developed for 32Bit architecture and do
not work correctly on 64Bit machines. Furthermore, the underlying
C++ code produces memory leaks as detected by R CMD check --use-valgrind
.
rziggurat
can be substituted with zrnorm
of the package RcppZiggurat.
Defunct
, zrnorm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.