Inspiration
I chose the random number generator for the daily challenge for day 2.
What it does
Selects a "random" number each time the program is ran.
How we built it
With C++
Challenges we ran into
Trying to cast chars into ints.
Accomplishments that we're proud of
I was able to create a pseudo random number generator function.
What we learned
I learned ascii values of the most common chars and how to cast them into integers.
What's next for Random Number Generator
Turn it into a class and further refine it.

Log in or sign up for Devpost to join the conversation.