Inspiration

This artical

What it does

Generates Pseudo Random numbers based on given start and end numbers

How we built it

The Random Number Generator uses the Linear Congruential Generator algorithm. The algorithm uses a mathematical formula to generate the random numbers.

Challenges we ran into

The algorithm needs a start seed, multiplier, increment, and modulus to work properly. These values are generated using time library and with some basic math operations.

Accomplishments that we're proud of

Can reliably generate sudo random numbers in the given range

What we learned

How to generate random numbers without using built-in packages

Built With

Share this project:

Updates