You are viewing a single comment's thread:

RE: Is it Random? A Deeper Dive into Fairness and Entropy

Great to see these results!
I don't know your source of randomness, but if it comes from a hash function, I do not doubt the quality of the entropy.

!PIMP & !PIZZA

0.00034850 BEE
1 comments

Since they are provably fair, the server seed is the current hive block_id, the client seed is the current blocks transaction_merkle_root + salt (to prevent duplicates in fast succession) and the nonce is the block number, It combines the client_seed and nonce into a message, hashes it with HMAC-SHA256 using the server_seed as the key, and then each die roll is the integer value of an 8-hex-digit chunk from the result, modulo the number of sides + 1.

0E-8 BEE