in reply to Re: How can I print all lines instead of 1 random?
in thread How can I print all lines instead of 1 random?

A more efficient random shuffle is presented at How do I shuffle an array randomly?. But also see Fisher-Yates Shuffle which showed that dropping the "next" line makes it more efficient still.
  • Comment on Re (tilly) 2: How can I print all lines instead of 1 random?