What it does

It uses a bunch of random functions and a few basic math operators to generate random integers.

How I built it

Since random functions are actually pseudorandom, I wanted to shake the things up a bit. I decided to do manipulate the numbers I get and display a fully different integer. I did this by defining a function that returns an integer after doing either Addition, Subtraction, Multiplication or Floor Division on the numbers generated by the compiler. I still believe it could be pseudorandom but in a little more complicated way. But I guess I'll think of better strategies in the future.

Challenges I ran into

I am actually a beginner in Python, hence I struggled with doing away the braces and parentheses that C++ has ingrained into me. It took me a while to figure out my way with the built-in random functions.

Accomplishments that I'm proud of

I was able to put together a program despite having lost touch on programming itself due to the pandemic. So this is definitely a great win for me. Small, but I love it!

Built With

Share this project:

Updates