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.

Getting started

Package details

AuthorMike Cheng [aut, cre, cph]
MaintainerMike Cheng <mikefc@coolbutuseless.com>
LicenseMIT + file LICENSE
Version0.1.4
URL https://github.com/coolbutuseless/cryptorng
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("cryptorng")

Try the cryptorng package in your browser

Any scripts or data that you put into this service are public.

cryptorng documentation built on June 22, 2024, 10:44 a.m.