pull down to refresh

reply
You run this on the server, right? How can you prove that you are running this file and not something like
function getRandomIntInclusive(min, max) {
  if (Math.random() > 0.9) return 16;
  return crypto.randomInt(min, max+1);
}
reply
I can't but you can check the hash and salt
reply
Well, that doesn't really help much, right? You just give me a hash of 16+salt and then I can confirm that I indeed got 16.
reply
Yes, you can, if you think that 16 is coming more times them usual, try your luck....
reply
100 sats \ 11 replies \ @nout 15 Jan
And where exactly do you return the number+salt ahead of the bet? In the responses I only see the last number, but I have not found any response that would actually return this field?