Abc1997
0
Q:

mt19937 example c++

#include <iostream>
#include <random>

using namespace std;

int main()
{
    mt19937 mt_rand(time(0));

    cout << mt_rand() << endl;

    return 0;
}
0

New to Communities?

Join the community