Module smolprng::algorithms::xorshift[][src]

Expand description

This is the general implementation of XorShift Family PRNGs

Structs

This is the struct definition for the XorShift32 algorithm

This is the struct definition for the XorShift64 algorithm

This is the struct definition for the XorShift128 algorithm

This is the struct definition for the XorShift128+ algorithm