Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 403 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 403 Bytes

Provably Fair Dice

A Go implementation of the provably fair dice algorithm. It can be used as either a client that verifies dice roles or as a server which generates them.

It is essentialy just a fair random number generator which generates numbers within the range [0, 100]. It could be used for games more advanced than dice such as Blackjack, Roulette, etc.