I havent got anywhere yet. Don't know where to start
Learn how to generate random numbers. Using the <stdlib.h> and <time.h> libraries if writing a C program, using <random> and <chrono> if creating a C++ program.
Write some code.
Simply (figuratively) throwing up your hands and saying you can't do it is not a good way to start.
Understanding a bit of theory on how to generate pseudo-random numbers in tutorial form might be helpful to get things going: