Inspiration
https://en.wikipedia.org/wiki/Linear_congruential_generator
What it does
Produces a pseudo random number
How we built it
I read up the algo on wiki, and used the current time in epoch as the seed.
Challenges we ran into
Accomplishments that we're proud of
What we learned
Its hard to create a pseudo random number generator, there is a lot of math involved which I need to learn..
What's next for Random Number Generator
I found this interesting article, which I think can help me to write a better one. https://towardsdatascience.com/building-a-pseudorandom-number-generator-9bc37d3a87d5
Log in or sign up for Devpost to join the conversation.