# -------------------------------------------- # 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.0 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 repository: https://cran.r-universe.dev repository-code: https://github.com/alrobles/sobol commit: c68aea86406e1c0eb5100aa99631d7d2a11b6507 url: https://alrobles.github.io/sobol/ date-released: '2026-05-18' contact: - family-names: Robles given-names: Angel email: a.l.robles.fernandez@gmail.com