Mélanger aléatoirement les objets d’un tableau avec l’algorithme ‘random_shuffle()’

Author:
Mélanger aléatoirement les objets d'un tableau avec l'algorithme 'random_shuffle()'
 
 
#include <iostream>
#include <algorithm>
#include <functional>  
using namespace std;
 
int main