# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "sobol" in publications use:' type: software license: GPL-3.0-or-later title: 'sobol: Quasi-Monte Carlo Sobol Sequence Generator' version: 1.0.1 identifiers: - type: doi value: 10.32614/CRAN.package.sobol abstract: Provides a fast and efficient implementation of Sobol sequences for quasi-Monte Carlo methods. The Sobol sequence is a low-discrepancy sequence with the property that for all values of N, its subsequence x1, ..., xN has a low discrepancy. It can be used to generate quasi-random numbers for use in Monte Carlo integration and other simulation methods. This implementation is based on the algorithms described by Bratley and Fox (1988) and uses direction numbers from Joe and Kuo (2008) . The package includes both batch and incremental interfaces with support for arbitrary starting indices and reproducible sequences. It uses 'Rcpp' for efficient 'C++' integration. authors: - family-names: Robles given-names: Angel email: a.l.robles.fernandez@gmail.com preferred-citation: type: manual title: 'sobol: Quasi-Monte Carlo Sobol Sequence Generator' authors: - family-names: Robles given-names: Angel email: a.l.robles.fernandez@gmail.com year: '2026' notes: R package version 1.0.1 url: https://alrobles.github.io/sobol/ repository: https://alrobles.r-universe.dev repository-code: https://github.com/alrobles/sobol commit: 8d2b2c306d697b241c309d5842efd8c523520abe url: https://alrobles.github.io/sobol/ date-released: '2026-05-22' contact: - family-names: Robles given-names: Angel email: a.l.robles.fernandez@gmail.com references: - type: article title: 'Algorithm 659: Implementing Sobol''s quasirandom sequence generator' authors: - family-names: Bratley given-names: Paul - family-names: Fox given-names: Bennett L. journal: ACM Transactions on Mathematical Software year: '1988' volume: '14' issue: '1' doi: 10.1145/42288.214372 start: '88' end: '100' - type: article title: Constructing Sobol sequences with better two-dimensional projections authors: - family-names: Joe given-names: Stephen - family-names: Kuo given-names: Frances Y. journal: SIAM Journal on Scientific Computing year: '2008' volume: '30' issue: '5' doi: 10.1145/1358628.1358630 start: '2635' end: '2654' - type: article title: Distribution of points in a cube and approximate evaluation of integrals authors: - family-names: Sobol' given-names: Ilya M. journal: USSR Computational Mathematics and Mathematical Physics year: '1967' volume: '7' issue: '4' start: '86' end: '112'