It was nearly completely useless and possibly harmful.
It consisted of few super short functions, had a global value, used srand and rand anyway and had idiotically non uniform distribution.
Use real randomness library, C++11 <random> header or write the entire 10 lines of 'wrapper' that 'Randomizer' used to be for C functions yourself.