gloop3621
gloop3621
21 / 1
18th May
18th May
this is my implementation of a LFSR in tpt, it works by bitshifting a value over and over, then using the XOR of some bits within that number, generates a new bit, causing it to cycle though a bunch of states

Comments