I'm attempting to develop a dice game, and I need random numbers to represent the sides of the die.
I can make a number between 1 and 6).
Using
#include <cstdlib>
#include <ctime>
#include <iostream>
using namespace ...READ MORE
Aug 11, 2022
in C++
by
Nicholas
• 7,760 points
•
631 views