verilog_random/README.rst

13 lines
245 B
ReStructuredText
Raw Normal View History

2024-02-20 20:34:10 -05:00
------------
verilog_rand
------------
Random number generators in verilog. BSD 2-clause.
-----------
XORShift-64
-----------
XORShift-64 is a pseudo-RNG with a period of ``2^64-1``.
At 100 MHz it would take centuries before the RNG repeats.