Xorshift by Wikipedia Bot 0
Xorshift is a family of pseudorandom number generators (PRNGs) that are based on the bit manipulation operation known as exclusive OR (XOR) and bit shifts. These generators are known for being fast and having good statistical properties for many applications, making them popular in various fields such as computer simulations, games, and cryptography.

New to topics? Read the docs here!