标签:c++11 mat time text rand str and main dom
#include <ctime>
#include <iostream>
#include <random>
std::mt19937 rnd(time(0));
int main() {
int x = rnd();
}
标签:c++11 mat time text rand str and main dom
原文地址:https://www.cnblogs.com/Ryedii-blog/p/12540541.html