Package: cryptorng 0.1.4
cryptorng: Access System Cryptographic Pseudorandom Number Generators
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.
Authors:
cryptorng_0.1.4.tar.gz
cryptorng_0.1.4.zip(r-4.5)cryptorng_0.1.4.zip(r-4.4)cryptorng_0.1.4.zip(r-4.3)
cryptorng_0.1.4.tgz(r-4.4-x86_64)cryptorng_0.1.4.tgz(r-4.4-arm64)cryptorng_0.1.4.tgz(r-4.3-x86_64)cryptorng_0.1.4.tgz(r-4.3-arm64)
cryptorng_0.1.4.tar.gz(r-4.5-noble)cryptorng_0.1.4.tar.gz(r-4.4-noble)
cryptorng.pdf |cryptorng.html✨
cryptorng/json (API)
NEWS
# Install 'cryptorng' in R: |
install.packages('cryptorng', repos = c('https://coolbutuseless.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/coolbutuseless/cryptorng/issues
Last updated 8 months agofrom:fe69b12f34. Checks:9 OK. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Dec 28 2024 |
R-4.5-win-x86_64 | OK | Dec 28 2024 |
R-4.5-linux-x86_64 | OK | Dec 28 2024 |
R-4.4-win-x86_64 | OK | Dec 28 2024 |
R-4.4-mac-x86_64 | OK | Dec 28 2024 |
R-4.4-mac-aarch64 | OK | Dec 28 2024 |
R-4.3-win-x86_64 | OK | Dec 28 2024 |
R-4.3-mac-x86_64 | OK | Dec 28 2024 |
R-4.3-mac-aarch64 | OK | Dec 28 2024 |
Exports:rcrypto
Dependencies: