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 <mikefc@coolbutuseless.com>
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
NeedsCompilation: yes
Packaged: 2024-05-31 07:11:30 UTC; mike
Author: Mike Cheng [aut, cre, cph]
Repository: CRAN
Date/Publication: 2024-06-02 13:20:02 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2025-11-07 17:43:50 UTC; windows
Archs: x64
