Max Random Number Range on Entropy

Can you help me with a question for a questionaire I am filling out for our RNG audit. What is the range of numbers that could be returned from the entropy contract? Min/Max

Thank you

1 Like

the returned random number is a bytes32

so anything in the bytes32 domain with a uniform probability

1 Like

Thanks! So its possible for the entropy contract to return 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF which would be 115792089237316195423570985008687907853269984665640564039457584007913129639935?

Or is there a limit in the underlying code that limits the size of this return?

yes, itโ€™s possible to return this number