Post
Topic
Board Development & Technical Discussion
Re: How random is the last digit of a block hash really is?
by
Andre_Goldman
on 09/04/2017, 11:02:18 UTC
Hashes are uniformly distributed over the entire number space, so to answer you question, they are as random as they get. Furthermore, such hashes are routinely used in provably fair algorithms in other sites, sort of like an industry best practice.

I read somewhere in textbooks that computers are bad on random because they're designed to be deterministic machines.

edit: typo