1
2
3
4
random_device rd;
mt19937 gen(rd());

int randomValue = gen();