14 #ifndef OPENER_XORSHIFTRANDOM_H_ 
   15 #define OPENER_XORSHIFTRANDOM_H_ 
void SetXorShiftSeed(uint32_t seed)
Sets the initial seed for the XOR shift pseudo-random algorithm. 
uint32_t NextXorShiftUint32(void)
Returns the next generated pseudo-random number.