This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
base:6502_6510_maths [2021-11-12 02:08] – [Random Numbers] 32bit Galois -> List wil | base:6502_6510_maths [2022-08-14 12:07] (current) – [Packing/Crunching algos] martin_piper | ||
---|---|---|---|
Line 55: | Line 55: | ||
* [[8bit atan2 (8-bit angle)]] - by doynax | * [[8bit atan2 (8-bit angle)]] - by doynax | ||
+ | * [[8bit atan2 using the CORDIC algorithm]] - by Oswald | ||
* [[Generating Sines with BASIC]] - by Doynax | * [[Generating Sines with BASIC]] - by Doynax | ||
* [[Generating Approximate Sines in Assembly]] - by White Flame | * [[Generating Approximate Sines in Assembly]] - by White Flame | ||
Line 116: | Line 117: | ||
* [[Small, fast 8-bit PRNG]] - with full 8-bit period - by White Flame | * [[Small, fast 8-bit PRNG]] - with full 8-bit period - by White Flame | ||
* [[Small, fast 16-bit PRNG]] - with full 16-bit period - by White Flame | * [[Small, fast 16-bit PRNG]] - with full 16-bit period - by White Flame | ||
+ | * [[AX+ Tinyrand8]] - a fast 8-bit random generator with internal 16bit state - by Wil | ||
* [[BASIC RND routine]] - Stephen Judd | * [[BASIC RND routine]] - Stephen Judd | ||
* [[Fast 8bit ranged random numbers]] - by kerm1t | * [[Fast 8bit ranged random numbers]] - by kerm1t | ||
+ | * [[Ranged Random Numbers with Even Distribution]] - by Kruthers | ||
* [[Flexible Galois LFSR]] - by gregg | * [[Flexible Galois LFSR]] - by gregg | ||
Line 145: | Line 148: | ||
* [[base: | * [[base: | ||
* [[base: | * [[base: | ||
+ | * [[base: |