kory75 / CharacterSheetGenerator

Ultimate character sheet generator project. All in one files with random generator, saving and printing.
3 stars 2 forks source link

better random - random is not exactly random #21

Open dance-cmdr opened 10 years ago

dance-cmdr commented 10 years ago

A good idea is to use this js that helps with random.

https://gist.github.com/banksean/300494

hevesg commented 10 years ago

We should consider this and might implement it into the Singleton. Would you like to work on it @hexahedron ?

dance-cmdr commented 9 years ago

I would do that as a random generator that will be importable. As it looks as a recurring problem and it could help having a tool that when connection status is good to go in https://www.random.org/ and fetch a number otherwise using a random generator offline.

hevesg commented 9 years ago

Is it an API call?

dance-cmdr commented 9 years ago

yes, it creates a random seed out of atmospheric noise.