An 8-bit pseudorandom number generator using the xorshift algorithm. It is intended for use with 8-bit AVRs, though it should run on most platforms--there's nothing AVR specific. Also includes functions for generating signed and unsigned numbers of arbitrary length (1-8 bits).
-
Notifications
You must be signed in to change notification settings - Fork 0
An 8-bit pseudorandom number generator using the xorshift algorithm.
License
SaladSyrup/xorshiftrng
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
An 8-bit pseudorandom number generator using the xorshift algorithm.