View Single Post
  #24   Report Post  
Posted to sci.electronics.design,alt.binaries.schematics.electronic,sci.electronics.cad
Hal Murray Hal Murray is offline
external usenet poster
 
Posts: 51
Default Random Bit Generator

I'm only getting 52 before a repeat :-(
(I'm looking at the serial stream.)


Get rid of that reset kludgery.

LFSRs with the right taps will cycle through 2^N-1 states.
The other state is stable.

The stable state is all 0s or all 1s. You can switch to the other one
with an inverter.


--
These are my opinions, not necessarily my employer's. I hate spam.