An implementation of the 16 bit xorshift32 random number generator, that uses SIMD instructions to compute 4 independent random numbers at the same time, each from a different seed.
-
Updated
Feb 21, 2020 - C
An implementation of the 16 bit xorshift32 random number generator, that uses SIMD instructions to compute 4 independent random numbers at the same time, each from a different seed.
Add a description, image, and links to the white-noise-generator topic page so that developers can more easily learn about it.
To associate your repository with the white-noise-generator topic, visit your repo's landing page and select "manage topics."