ref: 8c92d67b5cca0acaee68803945af24633b140c9f
dir: /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];