Peter McGoron 4bcefafb69 | ||
---|---|---|
.gitignore | ||
COPYING | ||
Makefile | ||
README.rst | ||
xorshift.cpp | ||
xorshift.v |
README.rst
------------ 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.