Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in prng

What (else) is wrong with using time as a seed for random number generation?

Quality of PostgreSQL's random() function?

postgresql random prng entropy

R doesn't reset the seed when "L'Ecuyer-CMRG" RNG is used?

r parallel-processing prng

Computing (a*b) mod c quickly for c=2^N +-1

math integer modulo prng knuth

Using SecureRandom with SHA-256

java cryptography sha prng

How (if at all) does a predictable random number generator get more secure after SHA-1ing its output?

Pseudo-random number generator for cluster environment

How to generate Bad Random Numbers

Why are two random deviates needed to ensure uniform sampling of large integers with sample()?

r random internals prng

Is PHP's rand function really so bad? [closed]

php prng

How can I make OSX's rand() fail the spectral test?

c random prng

Which Pseudo-Random Number Generator to use in C++11?

c++ c++11 random prng

Gathering entropy in web apps to create (more) secure random numbers

Cryptographically secure unique id

Random Number Generator in CUDA

random cuda prng

Mersenne twister warm up vs. reproducibility

Working ONLY with /dev/random in Java

java random prng entropy

Picking A, C and M for Linear congruential generator

Random number in range with equal probability

c# random range prng

SecureRandom with NativePRNG vs SHA1PRNG

java random cryptography prng