First off: thanks for your answer!
If I try your suggestion, I would create 3 random numbers every second, what I'm trying to do is to create one random number, every second, thrice.
I would a workaround, not elegant but effective, I created one "after 1 second" (create random number etc), "after 2 seconds" etc, it seems to work and the list prints fine, but it's very long-winded and messy...