ref: e646d6d829d50983ec2cba8e230a0b95341f6752
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];