I've tried the OneDice service offered by xcezzz just for curiosity and i was lucky

WIN | txn.txid: b7c355855741294b4c8406a601be2e4c6cf329d6e1f2a67e71688325cddb0df1 | luckyNumber: 21861 | txn.amount: 0.00000000001 | payout:0.000000000019570000 payouttxid: 4bbcb8893e56ad454918ab9666d0b3f38ab9ab36f8bb5ec500019d468f7e7ff4
Anyway how or where can i verify that it is provably fair?
Thanks in advance
Thanks for playing!Yes! Provably fair!
it does a sha512 sum on your txn id.
first 4 characters = hex of lucky num
Sha512 of b7c355855741294b4c8406a601be2e4c6cf329d6e1f2a67e71688325cddb0df1 is
556590850baec0cd1a307d009fae57b56f5758f3113f1383ccdc77c2debdb1f07309e82a0a6def0
97b8598c92fd68c54501e9db859aee4c6ce15290083677c8c
so 5565 from hex to decimal
Using JS
parseInt('5565',16) = 21861;
This will probaby change in the future.. specifically adding a secret daily hash into what is sha512 summed.
I will be adding details to explain how to prove it. This is just my current proof of concept so it is
VERY basic. Literally whipped it up in a few hours