Skip to content

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.

License

unevens/xorshift32_16bit_simd

Repository files navigation

xorshift32_16bit_simd

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.

Used to generate white noise in https://github.com/unevens/avec

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published