Post
Topic
Board Gambling
Re: BTCKeno.com
by
TradeFortress 🏕
on 11/01/2013, 07:56:08 UTC
I agree, you should not use any kind of random function to generate the game values -- there's plenty of entropy in just the txid+secret combination (the secret can be whatever length you want).  Besides, your users will need a deterministic way to prove to themselves that the game is fair -- just like the other sites.
Yep, I just some some simple code for the purpose of illustrating what I'm saying  Smiley which is why I linked to more info.