Version: 2.0.6 Text: new devel version Version: 2.0.5 Date: 2024-10-18 Text: add README NOTE FIX Version: 2.0.5 Date: 2024-10-18 Text: issues in man page auxfun.Rd Version: 2.0.5 Date: 2024-10-18 Text: missing package perpage in vignettes Version: 2.0.4 Date: 2023-01-28 Text: remove gcc check in configure.ac file generating config files (follow guideline of r-exts). Version: 2.0.4 Date: 2023-01-28 Text: remove useless autoconf macro and simplifies configure.ac. WARNING FIX Version: 2.0.4 Date: 2023-01-28 Text: remove sscanf in favor of strtoul or strtoull or _strtoui64 for set.generator(). Version: 2.0.4 Date: 2023-01-28 Text: remove sprintf in favor of a dedicated ulltostr for get.description(). Version: 2.0.3 Date: 2022-11-08 Text: re-enable the use of set.generator(name="congruRand",...). Version: 2.0.3 Date: 2022-11-08 Text: remove almost all URL and/or replace by DOI or text. WARNING FIX Version: 2.0.3 Date: 2022-11-08 Text: remove the following warning in some C functions: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] BUG FIX Version: 2.0.3 Date: 2022-11-08 Text: correct the dimnames of sobol() outputs, reported by Arnald Puy. Version: 2.0.2 Date: 2022-08-16 Category: NOTE FIX Text: remove an escaped LaTeX special in pseudoRNG.Rd. Version: 2.0.2 Date: 2022-08-16 Category: NOTE FIX Text: remove math rendering problems for Stirling numbers in Version: 2.0.2 Date: 2022-08-16 Category: colltest.Rd and colltestsparse.Rd Text: Version: 2.0.1 Date: 2022-06-09 Category: BUG FIX Text: two errors appearing in USBAN memory tests. Previous output Version: 2.0.1 Date: 2022-06-09 Category: when re-building fullpres.Rnw was Text: Version: 2.0.1 Date: 2022-06-09 Category: LowDiscrepancy-sobol-orig1111.c:1418:32: runtime error: Text: Version: 2.0.1 Date: 2022-06-09 Category: left shift of 1 by 31 places cannot be represented in type 'int Text: Version: 2.0.1 Date: 2022-06-09 Category: LowDiscrepancy-sobol-orig1111.c:1440:57: runtime error: Text: Version: 2.0.1 Date: 2022-06-09 Category: left shift of 1 by 31 places cannot be represented in type 'int Text: Version: 2.0.0 Date: 2022-05-23 Text: remove Fortran code for Halton and Sobol sequences (the latter was under the ACM licence). Version: 2.0.0 Date: 2022-05-23 Text: scrambling for Sobol sequences is temporarily disabled: the Fortran version of Sobol sequences can be found on R-forge in randsobolfortran package. Version: 1.31.2 Text: last version with both Fortran and C code (never released on CRAN). Version: 1.31.1 Date: 2021-10-30 Category: BUG FIX Text: clean up test files because tests/test-sobol-scram.R failed Version: 1.31.1 Date: 2021-10-30 Category: on i386-pc-solaris2.10 (32-bit). Output was Text: > umat <- sobol(n=1e5, dim=1111) Error: cannot allocate vector of size 423.8 Mb Version: 1.31.0 Date: 2021-10-27 Category: NEW FEATURES Text: add new test files. Version: 1.31.0 Date: 2021-10-27 Category: NEW FEATURES Text: increase argument checks in QRNG. Version: 1.31.0 Date: 2021-10-27 Category: NEW FEATURES Text: allows to start QRNG from 0, see https://arxiv.org/abs/2008.08051 by Art Owen, Version: 1.31.0 Date: 2021-10-27 Category: a warning is not raised when start != 0 Text: update vignettes. Version: 1.31.0 Date: 2021-10-27 Category: WARNING FIXES Text: fix warnings of autoconf for configure files showed by > autoreconf --warnings=obsolete (previous output was) Version: 1.31.0 Date: 2021-10-27 Category: configure.ac:310: warning: The macro `AC_TRY_COMPILE' is obsolete Text: Version: 1.31.0 Date: 2021-10-27 Category: configure.ac:310: warning: The macro `AC_TRY_RUN' is obsolete Text: Version: 1.31.0 Date: 2021-10-27 Category: configure.ac:310: warning: The macro `AC_FD_MSG' is obsolete Text: Version: 1.31.0 Date: 2021-10-27 Category: configure.ac:321: warning: The macro `AC_CONFIG_HEADER' is obsolete Text: fix invalid URLs (from http to https) Version: 1.31.0 Date: 2021-10-27 Category: BUG FIX Text: correctly generate a seed for Sobol mixed sequences. Version: 1.30.1 Date: 2020-01-31 Text: update the man page for quasi random sequences. Version: 1.30.1 Date: 2020-01-31 Text: allow the use of randomized seed for Sobol sequences (either from scrambling argument or mixed argument). BUGS FIX Version: 1.30.1 Date: 2020-01-31 Text: bug fixes on array limit issues in Fortran code (in INITSOBOL). Version: 1.30.1 Date: 2020-01-31 Text: warning fix on unused variable in Fortran code (in SGENSCRMU). Version: 1.30.1 Date: 2020-01-31 Text: bug fixes on multiple defintion issues (for WELL_get_set_entry_point, WELLrng, setSeed4WELL) in C header files, thanks to Brian Ripley. Version: 1.30.1 Date: 2020-01-31 Text: scrambling = 1, 3 for Sobol sequences may generate 0.0, so randomizing the seed is performed in that case. Version: 1.30.0 Date: 2019-04-21 Text: disable the use of set.generator(name="congruRand",...). Version: 1.30.0 Date: 2019-04-21 Text: clean up C code. Version: 1.20 Text: translate Fortran code of Diethelm Wuertz for Halton sequence into C. Version: 1.20 Text: by default halton() use the C code slightly faster than the Fortran code. Version: 1.20 Text: start to translate Fortran code of Diethelm Wuertz for Sobol sequence into C. Version: 1.20 Text: add defensive programming for QMC. BUGS FIX Version: 1.20 Text: scrambling = 1, 3 for Sobol sequences (provided by Makoto Matsumoto and Mutsuo Saito). Version: 1.20 Text: mixed = TRUE for QMC sequences. Version: 1.20 Text: correct use of 64-bit integer type Version: 1.20 Text: correct failures in if statements (length > 1 in coercion to logical) in quasiRNG.R and pseudoRNG.R NOTE FIX Version: 1.20 Text: usage of R_useDynamicSymbols to preclude compilation NOTEs, better registration of native routines and reduced symbol visibility. Version: 1.17 Date: 2015-07-30 Text: change DESCRIPTION file. Version: 1.17 Date: 2015-07-30 Text: update NAMESPACE for R 3.3.0. Version: 1.17 Date: 2015-07-30 Text: update the LICENSE file. Version: 1.17 Date: 2015-07-30 Text: raise a warning when scrambling for Sobol sequences is incorrect. BUG REPORT (by Dan Souther, Kemal Dincer Dingec, Marius Hofert, Nicolas Chopin, Andrei Kostyrka) Version: 1.17 Date: 2015-07-30 Text: scrambling = 1, 3 for Sobol sequences. (by Hiroyuki Kawakatsu) Version: 1.17 Date: 2015-07-30 Text: mixed = TRUE for QMC sequences. Version: 1.16 Date: 2014-12-05 Text: change title and other minor things in vignettes. Version: 1.15 Date: 2014-07-24 Text: remove the use of 'long long' in some C code. Version: 1.15 Date: 2014-07-24 Text: update LICENCE file. Version: 1.15 Date: 2014-07-24 Text: move autoconf files to tools directory. Version: 1.15 Date: 2014-07-24 Text: no longer use a4 paper format in vignette. Version: 1.14 Date: 2013-06-11 Text: change licence from BSD_2_clause to BSD_3_clause. Version: 1.14 Date: 2013-06-11 Text: minor change. Version: 1.13 Date: 2013-04-03 Text: this version is one of the last versions working with package rngWELL >= 0.11-0. Version: 1.13 Date: 2013-04-03 Text: change licence from BSD to BSD_2_clause. NOTE FIX Version: 1.13 Date: 2013-04-03 Text: remove NOTES appearing in R CMD check. Version: 1.12 Date: 2012-04-28 Category: NEW FEATURES Text: add new test files. Version: 1.12 Date: 2012-04-28 Category: NEW FEATURES Text: increase the possible dimension of Halton sequences. Version: 1.12 Date: 2012-04-28 Category: WARNING FIX in Fortran files Text: remove an array over-run (reported by Brian Ripley) and tab Version: 1.12 Date: 2012-04-28 Category: characters in LowDiscrepancy.f Text: Version: 1.11 Date: 2012-01-15 Text: this version is one of the last versions working with package rngWELL == 0.10-x. NOTES FIXES Version: 1.11 Date: 2012-01-15 Text: this version use packageStartupMessage function for the .onAttach rather than the cat function. Version: 1.11 Date: 2012-01-15 Text: remove a printf in KnuthTAOCP2002.c WARNING FIXES in C files Version: 1.11 Date: 2012-01-15 Text: remove warnings with Wall and pedantic gcc options. For this purpose, files randtoolbox/src/Makevars and rngWELL/src/Makevars now contain a line, uncommenting which includes Wall and pedantic. See https://stat.ethz.ch/pipermail/r-sig-mac/2008-August/005251.html BUG FIX Version: 1.11 Date: 2012-01-15 Text: the package crashes when the dimension was 0 in RNG functions, reported by David LeBauer. Version: 1.10 Date: 2012-01-14 Category: NEW FEATURES Text: update the man page pseudoRNG.Rd and quasiRNG.Rd with MT19937 Version: 1.10 Date: 2012-01-14 Category: and other minor improvements Text: on loading, the package print the overview man page. Version: 1.10 Date: 2012-01-14 Category: WARNING FIXES Text: fix some warnings following the release of R 2.13.0: Version: 1.10 Date: 2012-01-14 Category: the Makefile and the man page of runifInterface Text: fix a warning in the MT19937 file. Version: 1.10 Date: 2012-01-14 Category: BUG FIX Text: remove implicit type declaration in the LowDiscrepancy fortran file, Version: 1.10 Date: 2012-01-14 Category: which causes errors with GCC 4.6 compilers Text: Version: 1.09 Date: 2009-12-11 Category: NEW FEATURES Text: start runif interface for congruential generator and WELL RNG, Version: 1.09 Date: 2009-12-11 Category: NEW FEATURES Text: vignette contains two chapters, Version: 1.09 Date: 2009-12-11 Category: NEW FEATURES Text: start to test true randomness (not included in this version), Version: 1.09 Date: 2009-12-11 Category: NEW FEATURES Text: increase the speed and accuracy of Halton and Sobol sequences. Version: 1.09 Date: 2009-12-11 Category: STRUCTURAL CHANGE Text: Before version 1.09, there was a lot of different (and incompatible) Version: 1.09 Date: 2009-12-11 Category: licences in this package, namely, GPL, BSD, public domain, etc... Text: (cf. 1.08-version DESCRIPTION file of this package). - From 1.09, all this code of this package is under the new BSD licence. Version: 1.09 Date: 2009-12-11 Category: A copy of the BSD licence is available at Text: Version: 1.09 Date: 2009-12-11 Category: https://opensource.org/licenses/bsd-license.php Text: extract Pierre L'Ecuyer's code from randtoolbox and Version: 1.09 Date: 2009-12-11 Category: put it in a dedicated package rngWELL Text: depends now on rngWELL. Version: 1.09 Date: 2009-12-11 Category: AUTHORS Text: all the code of this package except the ones listed below was written by Yohan Chalabi, Version: 1.09 Date: 2009-12-11 Category: Christophe Dutang, Petr Savicky and Diethelm Wuertz Text: the code for SF-Mersenne Twister belongs to M. Matsumoto and M. Saito, Version: 1.09 Date: 2009-12-11 Category: which is under the new BSD licence. Text: the code for Knuth-TAOCP-2002 generator belongs to D. E. Knuth. Version: 1.09 Date: 2009-12-11 Category: This code is in the public domain and freely copyable Text: Version: 1.09 Date: 2009-12-11 Category: BUG FIX Text: normal transformation of Halton and Sobol sequences is correct. Version: 1.09 Date: 2009-12-11 Category: BUG REPORT Text: Halton and Sobol sequences did not work on 64bit architecture when Version: 1.09 Date: 2009-12-11 Category: using normal transformation reported by Anirban Mukherjee Text: Sobol sequences for dimension > 2 need to be tested. Version: 1.08 Category: NEW FEATURES Text: add function get.primes, Version: 1.08 Category: NEW FEATURES Text: table of primes moved from randtoolbox.c to primes.h and compressed by storing half difference from the previous prime instead of each prime (except for 2 and 3), Version: 1.08 Category: NEW FEATURES Text: start runifinterface. Version: 1.07 Date: 2009-02-15 Category: NEW FEATURES Text: integrate code for Halton, Sobol sequence from fBasics (Rmetrics), Version: 1.07 Date: 2009-02-15 Category: NEW FEATURES Text: randoolbox is now part of Rmetrics project (available on R-forge), Version: 1.07 Date: 2009-02-15 Category: NEW FEATURES Text: increase the speed of congruRand. Version: 1.07 Date: 2009-02-15 Category: BUG FIXES Text: fix setSeed function, Version: 1.07 Date: 2009-02-15 Category: BUG FIXES Text: a warning shows up on 64 bit architecture. Version: 1.07 Date: 2009-02-15 Category: BUG REPORT Text: setting the seed with WELL's RNGs was not correct, Version: 1.07 Date: 2009-02-15 Category: reported by Petr Savicky Text: Version: 1.06 Date: 2009-02-08 Category: BUG FIX Text: the degree of freedom is now correct for the order test. Version: 1.06 Date: 2009-02-08 Category: BUG REPORT Text: Astley Lin reports that the degree-of-freedom(df) of Version: 1.06 Date: 2009-02-08 Category: chi-square test is wrong for the order test Text: Version: 1.05 Date: 2008-11-03 Category: NEW FEATURES Text: add new WELL generators based on L'Ecuyer's code, Version: 1.05 Date: 2008-11-03 Category: NEW FEATURES Text: add the Sobol and Halton sequences from fOptions package. Version: 1.05 Date: 2008-11-03 Category: BUG FIX Text: it compiles on 64bit linux both on CRAN and R-forge. Version: 1.04 Date: 2008-09-03 Category: BUG REPORT Text: the package does not compil on Fedora 8 x86_64 boxes, Version: 1.04 Date: 2008-09-03 Category: reported by Brian Ripley Text: Version: 1.03 Date: 2008-08-30 Category: NEW FEATURES Text: add the WELL generator thanks to the code of P. L'Ecuyer, Version: 1.03 Date: 2008-08-30 Category: NEW FEATURES Text: SFMT now allows for different mersenne exponents as well as parameter sets, Version: 1.03 Date: 2008-08-30 Category: NEW FEATURES Text: increase the possible dimension for Torus algorithm from 1000 to 100 000, Version: 1.03 Date: 2008-08-30 Category: NEW FEATURES Text: add the RAN_ARRAY generator of Knuth TAOCP (2002), Version: 1.03 Date: 2008-08-30 Category: NEW FEATURES Text: the function setRandSeed has be renamed by setSeed, Version: 1.03 Date: 2008-08-30 Category: NEW FEATURES Text: update the vignette. Version: 1.02 Date: 2008-07-27 Category: NEW FEATURES Text: more random generation tests such as collision test and order test, Version: 1.02 Date: 2008-07-27 Category: NEW FEATURES Text: poker test is generalized to any dimension, Version: 1.02 Date: 2008-07-27 Category: NEW FEATURES Text: some auxiliary functions, Version: 1.02 Date: 2008-07-27 Category: NEW FEATURES Text: a detailed vignette on generating and testing random generation. Version: 1.02 Date: 2008-07-27 Category: BUG FIXES Text: on windows, when the seed was not fixed by the user, we use the machine Version: 1.02 Date: 2008-07-27 Category: time. But we use only seconds of machine time not micro second like on Text: Version: 1.02 Date: 2008-07-27 Category: unix-like system. Hence a call like this Text: > for(i in 1:10) print(congruRand(1)) Version: 1.02 Date: 2008-07-27 Category: produces the same output. Now it is fixed Text: Version: 1.01 Category: NEW FEATURES Text: add withtorus option for SFMT function, Version: 1.01 Category: NEW FEATURES Text: improve output of tests. Version: 1.00 Date: 2008-05-22 Text: Initial release based on the torus package (which is no longer available).