Anirban166 / World-Lines

Mini-project based on the concepts of Steins;Gate (wip)
25 stars 3 forks source link

Fix random number generation #3

Closed Anirban166 closed 3 years ago

Anirban166 commented 3 years ago
Screenshot 2020-12-01 at 12 46 04 PM

Currently, the code seeds a value based on the time (within the divergenceNumberGenerator function), which is fixed i.e. random numbers are not being generated in each function call.

Your goal is to fix it such that it properly generates random values.

shobhit10058 commented 3 years ago

I had a fix about this .Should I send a PR?