Post
Topic
Board Project Development
Re: Transparent Random Number "Generation"
by
CAFxX
on 18/06/2011, 14:09:57 UTC
The only reason one might need true random numbers is for generating cryptographic keys. Asking such numbers to an external entity would render pointless the whole cryptography attempt (not to mention, exceptionally slow).
What's wrong with /dev/random in your opinion?