Provably fair means that random numbers used in the game are not modified by the dealer
Provably fair is more than that.
Look, the hash of the result for your next bet is e5fa44f2b31c1fb553b6021e7360d07d5d91ff5e. I will never modify it before you bet, but that doesn't make it provably fair. Why is this not provably fair ? Because the user had no input in the process, the operator is free to pick results but never modify them after picked.
Yes, that is true, provably fair is way more than what I've explained.
For those not familiar with cryptography it is pretty confusing. These verification schemes can be implemented with or without Bitcoin but the methods are similar to how Bitcoin works.
There is an easy way to think about it. Suppose the casino dealer goes in the back room and lays out all the cards in the exact order they will be dealt. The dealer then prints a picture of the cards, cuts it into little puzzle pieces, and then gives it to the player. Once the players finish the hand they can then put the puzzle together and see that the cards were dealt fairly.
Instead of a picture what is used is a “cryptographic hash.” This works by inputting a string of any length and the output is a fixed length (see web-based tool). Some common uses of hashes are software distributions. If the software program is changed in any way the hash will change. But, if you have the hash you cannot tell what the original string was. In other words, if you have the hash you cannot reproduce the software program. If the hash changes you cannot tell what was changed, only that it was changed.
Note that a verifiable system does not completely eliminate cheating is a casino wants to cheat you. For instance, using these verifiable systems usually means the casino knows the result before they display it so they could simply “stall” your connection and your web page would hang. A player may never know they had a jackpot coming. Some systems require the user to input a string or “seed.” If a player leaves the same “seed” in place from play to play the casino can predict future plays and adjust the outcome. Complex cheating schemes are discussed at
http://www.reddit.com/r/Bitcoin/comments/1frm4x/provably_fair_by_bitzino_not_provable_with/When a hash is produced it verifies the contents of a string but does not verify the time it was produces. For example, if someone invents something they not only want to verify the contents of their inventions but they also want to prove the time it was created. This is normally done by sending the hash to a trusted third party who put a time stamp on it.
However, someone wrote a free program that allows Bitcoin to put the timestamp on for free. It works by creating a series of transactions in Bitcoin that reproduces the hash. The timestamp is automatic in Bitcoin and the transitions are publically available. This can be done by sending funds to different addresses owned by the same person so they are just transferring Bitcoin to themselves in specific amounts to reproduce the hash so it is free.