Inspiration

The project was created as a submission to the Local Hack Day by MLH.

What it does

It generates random integers without using built in random number functions.

How we built it

The project was built by modifying the current system time in microseconds.

Challenges we ran into

One of the major issues was to generate numbers that seemed random while using a preplanned algorithm. Ours is not perfect but it can generate random numbers.

Accomplishments that we're proud of

We've managed to generate random numbers without using the built in functions, which is something we are proud of.

What we learned

We've learned to incorporate the system times into our projects in python.

What's next for random-number-generator

The algorithm can be improved upon to make the numbers seem totally random, similar to built in random number functions.

Built With

Share this project:

Updates