Inspiration

I was inspired by this concept when I was taught some efficient algorithms in the class.

What it does

It generates random number between a given range of integers.

How we built it

It follows a simple algorithm called linear congruency. We take 4 parameters as input from user and each parameter has some constraints. And then we generate the number in the specified range.

Challenges we ran into

We faced problem in analyzing the inputs and the constraints.

Accomplishments that we're proud of

We created the random number generator without any module provided by python.

What we learned

An efficient way to implement random number concept.

What's next for Create a random number generator

Built With

Share this project:

Updates