verilog_random/README.rst

13 lines
245 B
ReStructuredText

------------
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.