Changes in version 0.8 (2023-03-22) o updated references to papers o internal: register native symbols in DLL Changes in version 0.7 (2022-05-05) o fixed issue with small value of parameters chi and psi o rgig(n=0, ...) now returns numeric(0) as do R core RNGs like rnorm(n=0). Changes in version 0.6 (2022-04-26) o internal: replaced deprecated S-compatibility macro in C sources Changes in version 0.5 (2017-06-10) o registered native routines Changes in version 0.4 (2015-07-17) o fixed some issues in DESCRIPTION Changes in version 0.3 (2014-06-04) o Created new low level C function do_rgig() which is also callable from other packages. This function (a) does NOT take care of getting/setting RNGstate, and (b) takes int, double, double, double instead of SEXP, SEXP, SEXP, SEXP as arguments. Please use do_rgig() only if you manually get/set RNGstate within the C-function calling it. Changes in version 0.2 (2014-02-07) o Made C function rgig() callable from other packages (see doc/README). Changes in version 0.1 (2013-05-27) o First public release.