Welcome!
The Randomizer got removed since it didn't have anything to do with SFML anymore, plus with C++11 we now have the
<random> header that provides much more in a much better way, that also means one shouldn't be using
rand() and
srand() anymore!