Package: sobol Type: Package Title: Quasi-Monte Carlo Sobol Sequence Generator Version: 1.0.1 Authors@R: person("Angel", "Robles", email = "a.l.robles.fernandez@gmail.com", role = c("aut", "cre")) Description: 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. URL: https://alrobles.github.io/sobol/ BugReports: https://github.com/alrobles/sobol/issues Encoding: UTF-8 Depends: R (>= 3.5.0) Imports: Rcpp (>= 1.1.0), methods, checkmate LinkingTo: Rcpp Suggests: testthat (>= 3.0.0), knitr, rmarkdown, ggplot2, microbenchmark Config/testthat/edition: 3 VignetteBuilder: knitr License: GPL (>= 3) Config/roxygen2/version: 8.0.0 RoxygenNote: 7.3.3 Repository: https://alrobles.r-universe.dev Date/Publication: 2026-05-22 13:43:57 UTC RemoteUrl: https://github.com/alrobles/sobol RemoteRef: HEAD RemoteSha: 8d2b2c306d697b241c309d5842efd8c523520abe NeedsCompilation: yes Packaged: 2026-07-21 08:10:44 UTC; root Author: Angel Robles [aut, cre] Maintainer: Angel Robles