User Tools

Site Tools


base:another_16bit_pseudo_random_generator
no way to compare when less than two revisions

Differences

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


base:another_16bit_pseudo_random_generator [2015-04-17 04:30] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +Better use this one, which is more evolved: [[Two very fast 16bit pseudo random generators as LFSR]]
 +<code>
 +sr=$FD
  
 +lda sr+1
 +asl
 +asl
 +eor sr+1
 +asl
 +eor sr+1
 +asl
 +asl
 +eor sr+1
 +asl
 +rol sr
 +rol sr+1
 +rts
 +</code>
base/another_16bit_pseudo_random_generator.txt · Last modified: 2015-04-17 04:30 by 127.0.0.1