« earlier | later » Page 1 of 1
Mark Fickett | Art Stuff | Dice Roller edit / delete
"An automatic system for rolling a polyhedral die and taking photos of the rolls; extracting the image of just the die from those images; clustering the images of the die by which face is shown; and analyzing the results."
to dice games random rpg statistics vision ... on 19 September 2016
How We Learned to Cheat at Online Poker: A Study in Software Security edit / delete
Why you want to use a good RNG and a proper shuffle algorithm.
Ciphers By Ritter: Cryptography and Technology edit / delete
Various crypto stuff, with some interesting (Usenet-sourced) comments on RNGs.
to cryptography random rng ... on 03 May 2015
The bell has tolled for rand() | Explicit C++ edit / delete
What to use instead of rand().
PCG, A Family of Better Random Number Generators | PCG, A Better Random Number Generator edit / delete
An RNG that's a bit more complex than the good old "minimal standard" one, but substantially better. I am, however, really not convinced about the critique of ChaCha20 here (it's not really fair to complain that it's not had much cryptanalysis because it's new -- and then propose *your own* new one!).
waywardgeek/infnoise ยท GitHub edit / delete
Generating random numbers by analogue modular multiplication and feedback. Neat idea. (And should be easy to hack together using a FET-input op-amp and an Arduino board for the FTDI chip...)
to crypto electronics noise random rng ... on 05 March 2015
Bob Jenkins' Web Site edit / delete
Good material on simple hash functions and PRNGs, and how to test them.
Yet another RNG - sci.stat.math | Google Groups edit / delete
TRH's recommendation for a PRNG with 16-bit output -- although this one has more than 16 bits of internal state.
« earlier | later » Page 1 of 1
- random | |
1 | + ag0700 |
1 | + ag0803 |
1 | + c++ |
1 | + cmp201 |
2 | + crypto |
1 | + cryptography |
1 | + dice |
1 | + electronics |
2 | + games |
1 | + hash |
1 | + library |
2 | + maths |
1 | + noise |
1 | + rand |
3 | + rng |
1 | + rpg |
1 | + security |
1 | + shuffle |
2 | + software |
1 | + statistics |
1 | + testing |
1 | + vision |
tasty by Adam Sampson.