+ 4
Write a program to generate random integer without using rand() function.
3 ответов
+ 15
This was my very first official assignment in C++. I utilised <fstream> to store and modify algorithm seed for each run.
0
i want to generate random no. between 12 to 33 without using random function in c language. how can i do?