Xorshift32

Define XorshiftEngine generators with well-chosen parameters for 32-bit architectures. Xorshift is an alias of one of the generators in this module.

alias Xorshift32 = XorshiftEngine!(32, 13, 17, 15)

Meta