Trailmakers

Trailmakers

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

Subscribe to download
RNG 2

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^6+1
This is not the polinomial which uses the least amount of gates and can work the fastest, if you only need a single RNG (to only get a random 1 or 0) use this one instead: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2072358053
You can get another polinomial here if you need more: 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