Defunct Functions in Package SuppDists
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.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.