You are viewing a single comment's thread from:

RE: Steem Monsters Tech Talk - Steem Blockchain Integration

in #steemmonsters6 years ago

Yes I think this is what I will do. I found a JS random number generator that can be seeded (since Math.random() cannot) here: https://www.npmjs.com/package/seedrandom

Thank you!

Sort:  

Yeah, Javascript's build in random number generator is pretty primitive. The package you found looks like it will do the trick just fine. You just reminded me I keep wanting to play around more with Node.js...just need to make some time.