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:Mike Cheng [aut, cre, cph]

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'))

Peer review:

Bug tracker:https://github.com/coolbutuseless/cryptorng/issues

On CRAN:

3.30 score 1 stars 3 scripts 486 downloads 1 exports 0 dependencies

Last updated 8 months agofrom:fe69b12f34. Checks:9 OK. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKDec 28 2024
R-4.5-win-x86_64OKDec 28 2024
R-4.5-linux-x86_64OKDec 28 2024
R-4.4-win-x86_64OKDec 28 2024
R-4.4-mac-x86_64OKDec 28 2024
R-4.4-mac-aarch64OKDec 28 2024
R-4.3-win-x86_64OKDec 28 2024
R-4.3-mac-x86_64OKDec 28 2024
R-4.3-mac-aarch64OKDec 28 2024

Exports:rcrypto

Dependencies: