What is the use of random_shuffle() function of STL algorithm?

a) To generate the random sequence in a range
b) To generate a sequence in a given range and arrange them in random order
c) To rearrange given sequence randomly
d) To select any random number from the given sequence.

1 thought on “What is the use of random_shuffle() function of STL algorithm?”

Leave a Comment