I have this sprite that I am printing out
sf::Image aNimat;
if(!aNimat.LoadFromFile("images/fish.png")) std::cout<<"File not found fish.png"<<std::endl;
however I want to print it out at random places and in random numbers. Can anyone suggest how I would go about it?