You'll need to wrap your sprite in an entity, so it can hold a different velocity.
Then you can use
<random> to generate random numbers and assign a random velocity to each of your entities.
In the update function, use a delta time step and the set velocity to move your sprites/entities one at a time a bit every frame.