Post
Topic
Board Gambling
Re: FairDice.biz: new bitcoin dice game; only 0,8% house edge; FREE BITCOINS!
by
avencard
on 11/08/2013, 16:52:45 UTC
HollowIP, account funded.
dice64, I have already implemented this. You can check client/server seed of roll by clicking "i" button on rolls history.

Quote
How is this provably fair when the mt_srand and mt_rand are pseudo-random and not guaranteed to give the same output on every system?
mt_rand will use seed provided using mt_srand. This is system-independed and will always return the same result.