# Xorshift

> class of pseudorandom number generators which generate the next number in their sequence by repeatedly taking the xor of a number with a bit-shifted version of itself

**Wikidata**: [Q2576999](https://www.wikidata.org/wiki/Q2576999)  
**Wikipedia**: [English](https://en.wikipedia.org/wiki/Xorshift)  
**Source**: https://4ort.xyz/entity/xorshift
