机械制造者 Trailmakers

机械制造者 Trailmakers

评价数不足
RNG 2
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
102.006 KB
2020 年 4 月 24 日 上午 5:53
1 项改动说明 ( 查看 )

订阅以下载
RNG 2

在 alvaroping1 的 2 个合集中
Usefull logic testbeds
35 件物品
Logic testbeds
60 件物品
描述
Optimized version of KezoTheCabra's 7 bit LFSR (Linear Feedback Shift Register), you can check out the original version here: https://psteamcommunity.yuanyoumao.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://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2072358053
You can get another polinomial here if you need more: https://psteamcommunity.yuanyoumao.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