// MSVC 2015/2017 x86/x64 #include int main() { srand(0xf3cbf334); for (int i=0; i<3; i++) printf ("%d\n", rand() % 1000); };