User Tools

Site Tools


base:small_fast_8-bit_prng

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revisionBoth sides next revision
base:small_fast_8-bit_prng [2015-04-17 04:33] – external edit 127.0.0.1base:small_fast_8-bit_prng [2017-10-26 07:23] white_flame
Line 1: Line 1:
 ====== An tiny, fast, 8-bit pseudo-random number generator in 6502 assembly ====== ====== An tiny, fast, 8-bit pseudo-random number generator in 6502 assembly ======
 +by White Flame\\
 +(Thanks to bogax for pointing out the $80->$00 link)
  
 //This is my re-discovery of the well-known [[http://en.wikipedia.org/wiki/Linear_feedback_shift_register|Linear feedback shift register]] type of PRNG, having seen a bit of its implementation elsewhere.// //This is my re-discovery of the well-known [[http://en.wikipedia.org/wiki/Linear_feedback_shift_register|Linear feedback shift register]] type of PRNG, having seen a bit of its implementation elsewhere.//
Line 110: Line 112:
 Check out [[Small, Fast 16-bit PRNG]] for a sample Check out [[Small, Fast 16-bit PRNG]] for a sample
 implementation of the 16-bit version, and all 2048 available EOR values. implementation of the 16-bit version, and all 2048 available EOR values.
- 
- 
-White Flame (aka David Holz)\\ 
-http://www.white-flame.com/ 
- 
-Thanks to bogax for pointing out the $80->$00 link 
  
base/small_fast_8-bit_prng.txt · Last modified: 2023-02-13 19:39 by white_flame