Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / RNG

RNG

RNG

Great Reads

by Jacob F. W.
This post discusses 5 degrees of Random Number Generators.
by Dharmateja Challa
This article is about generating random data using Trusted Platform Module in Windows 10 and testing its randomness using dieharder test suite.
by Grant Curell
Is the XCOM PRNG broken?
by Cryptonite
I keep reading articles on the web about how all random number generators on a computer are "pseudo" random, or "deterministic". Here I present an approach for nondeterministic number generation.

Latest Articles

by Jacob F. W.
This post discusses 5 degrees of Random Number Generators.
by Dharmateja Challa
This article is about generating random data using Trusted Platform Module in Windows 10 and testing its randomness using dieharder test suite.
by Grant Curell
Is the XCOM PRNG broken?
by Cryptonite
I keep reading articles on the web about how all random number generators on a computer are "pseudo" random, or "deterministic". Here I present an approach for nondeterministic number generation.

All Articles

Sort by Score

RNG 

by Member 4201813
How to calculate transition matrix for linear pseudo-random number generator manipulating its internal state
by Member 4201813
Jumping along the System.Random output sequence with logarithmic complexity
by Member 4201813
Jump forward/backward procedures for XorShift RNG explained step by step
by Member 4201813
Jump forward/backward procedures for XorShift RNG explained step by step