Trailmakers

Trailmakers

Not enough ratings
RNG
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
100.790 KB
24 Apr, 2020 @ 5:45am
1 Change Note ( view )

Subscribe to download
RNG

In 2 collections by alvaroping1
Usefull logic testbeds
35 items
Logic testbeds
60 items
Description
Optimized version of KezoTheCabra's 7 bit LFSR (Linear Feedback Shift Register), you can check out the original version here: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1944690455
Outputs 1 or 0 randomly using the polinomial x^7+x+1
This is the polinomial which uses the least amount of gates and can work the fastest, but you can get other polinomials here if you need more:
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2072364908
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2072366360

Any single or gate on the row of or gates can act as the output gate, but the most common output gate used is the right most or gate