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.
Versions across snapshots
| Version | Repository | File | Size |
|---|---|---|---|
0.1.4 |
rolling linux/jammy R-4.5 | cryptorng_0.1.4.tar.gz |
14.1 KiB |
0.1.4 |
rolling linux/noble R-4.5 | cryptorng_0.1.4.tar.gz |
14.1 KiB |
0.1.4 |
rolling source/ R- | cryptorng_0.1.4.tar.gz |
5.5 KiB |
0.1.4 |
latest linux/jammy R-4.5 | cryptorng_0.1.4.tar.gz |
14.1 KiB |
0.1.4 |
latest linux/noble R-4.5 | cryptorng_0.1.4.tar.gz |
14.1 KiB |
0.1.4 |
latest source/ R- | cryptorng_0.1.4.tar.gz |
5.5 KiB |
0.1.4 |
2026-04-26 source/ R- | cryptorng_0.1.4.tar.gz |
5.5 KiB |
0.1.4 |
2026-04-23 source/ R- | cryptorng_0.1.4.tar.gz |
5.5 KiB |
0.1.4 |
2026-04-09 windows/windows R-4.5 | cryptorng_0.1.4.zip |
20.9 KiB |
0.1.4 |
2025-04-20 source/ R- | cryptorng_0.1.4.tar.gz |
5.5 KiB |
Dependencies (latest)
Suggests
- testthat (>= 3.0.0)