ref: e67675bc2c457a0bc3bd4b7883d82d0ec7746c10
dir: /src/random.h/
// random.h void InitRandom( int numPieces ); int GetPiece( int player ); int RandomBefore( int what ); int GetMagic( int player ); int GetGrenade( int player ); void AddExtraPiece( void ); extern int pieceMap[kBlobTypes];