Package: cryptorng Type: Package Title: Access System Cryptographic Pseudorandom Number Generators Version: 0.1.4 Authors@R: c( person("Mike", "Cheng", role = c("aut", "cre", 'cph'), email = "mikefc@coolbutuseless.com") ) Maintainer: Mike Cheng Description: Generate random numbers from the Cryptographically Secure Pseudorandom Number Generator (CSPRNG) provided by the underlying operating system. System CSPRNGs are seeded internally by the OS with entropy it gathers from the system hardware. The following system functions are used: arc4random_buf() on macOS and BSD; BCryptgenRandom() on Windows; Sys_getrandom() on Linux. License: MIT + file LICENSE Encoding: UTF-8 RoxygenNote: 7.3.1 Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 URL: https://github.com/coolbutuseless/cryptorng BugReports: https://github.com/coolbutuseless/cryptorng/issues Repository: https://coolbutuseless.r-universe.dev Date/Publication: 2024-05-31 07:11:45 UTC RemoteUrl: https://github.com/coolbutuseless/cryptorng RemoteRef: HEAD RemoteSha: fe69b12f346242aacf3386bf16d9d137461fbf99 NeedsCompilation: yes Packaged: 2026-06-05 10:47:23 UTC; root Author: Mike Cheng [aut, cre, cph]