Package: hashprng Type: Package Title: Hash-Based Matching Pseudo-Random Number Generation Version: 0.2.0.1000 Authors@R: c(person(given = "Carl", family = "Pearson", role = c("aut", "cre"), email = "carl.ab.pearson@gmail.com", comment = c(ORCID = "0000-0003-0701-7860"))) Description: Provides helper functions for use of hash-based matching (HBM) for pseudo-random number generation (PRNG) in stochastic simulations. HBM-PRNG is an approach to simplify matching synthetic experiment samples, which ensures that matched runs different only in the focal parameters, not in their chance events. Depends: R (>= 4.1.0) License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 LinkingTo: Rcpp Imports: Rcpp Suggests: data.table, ggplot2, hexSticker, knitr, parallel, rmarkdown, roxygen2, spelling, sysfonts, testthat (>= 3.0.0), usethis Config/Needs/website: r-lib/pkgdown Config/Needs/hexsticker: hexSticker, sysfonts Config/testthat/edition: 3 VignetteBuilder: knitr Language: en-US Repository: https://epinowcast.r-universe.dev Date/Publication: 2023-08-07 09:37:26 UTC RemoteUrl: https://github.com/epinowcast/hashprng RemoteRef: v0.2.0 RemoteSha: 3c8c2ea5bc512d2ae8c79a26d1135e34b36a7ad1 NeedsCompilation: yes Packaged: 2026-06-05 10:20:50 UTC; root Author: Carl Pearson [aut, cre] (ORCID: ) Maintainer: Carl Pearson