A small implementation of `getRandomValues` for React Native
-
Updated
Oct 22, 2025 - JavaScript
A small implementation of `getRandomValues` for React Native
Standard library generic random functions.
Core libraries for generating provably fair outcomes
Beta distributed pseudorandom numbers.
Create an iterator for generating pseudorandom numbers drawn from an inverse gamma distribution.
Create an array containing pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG).
Create a readable stream for generating pseudorandom numbers drawn from a standard normal distribution using the Box-Muller transform.
Create an array containing pseudorandom numbers drawn from a geometric distribution.
Create a readable stream for generating pseudorandom numbers drawn from a Student's t distribution.
Create an array containing pseudorandom numbers drawn from a Bernoulli distribution.
Create an iterator for generating pseudorandom numbers drawn from a geometric distribution.
Create a factory function for filling strided arrays with pseudorandom values drawn from a ternary PRNG.
Create a readable stream for generating pseudorandom numbers drawn from an arcsine distribution.
Create an array containing pseudorandom numbers drawn from a chi-square distribution.
Create a readable stream for a linear congruential pseudorandom number generator (LCG) whose output is shuffled.
Create an iterator for generating pseudorandom numbers drawn from a Fréchet distribution.
🔢 CC0 random number generator web tool. https://iterami.github.io/RNG.htm/
Create an iterator for generating pseudorandom numbers drawn from a chi-square distribution.
Constructor for creating arrays filled with pseudorandom values drawn from a nullary PRNG.
Add a description, image, and links to the rng topic page so that developers can more easily learn about it.
To associate your repository with the rng topic, visit your repo's landing page and select "manage topics."