
Another market for testing FairlyRandom. You can also use it for tips if you'd like, just hit the limit orders on both sides. I'll resolve it however I please.
Update 2025-02-23 (PST) (AI summary of creator comment): Random Outcome Range:
The result will be determined by generating a random integer between 1 and 20 (inclusive).
Update 2025-02-24 (PST) (AI summary of creator comment): Updated Outcome Range:
The random integer will now be generated between 20 and 300, inclusive.
Update 2025-03-17 (PST) (AI summary of creator comment): Resolution Update:
Random Integer Range: 1 to 2 (inclusive)
Update 2025-04-09 (PST) (AI summary of creator comment): Final Outcome Range Change:
The resolution will now be determined by generating a random integer between 0 and 10000 (inclusive).
Algorithm Details:
The random integer is derived using a SHA-256 hash algorithm.
The process uses the provided salt ('h2l6k0doz0s') along with a retry mechanism if the intermediate value is too large.
The final outcome is calculated as: (m_int % 10001) + 0
@atmidnight your random number is: 8128
Technical details
Round: 4959121, salt: h2l6k0doz0s, retries: 0. To validate, run the following Linux command: echo -n 9a6e78ad42be84b7510ad2797d4f299d6ca87fa8ecd2c8cb97a5461ca49d96a4-h2l6k0doz0s | sha256sum
. Take the first sixteen hex digits of the output (0xc508a1859092f778 = 14197775420313761656) modulo 10001 and add 0. Randomness details:
{"round": 4959121, "randomness": "9a6e78ad42be84b7510ad2797d4f299d6ca87fa8ecd2c8cb97a5461ca49d96a4", "signature": "a6b4afe85c313654aac5fc83fe17e621c04a083a87c2bd30cf0d5efa7c40226d4b0ed1ed08af97043c1119d65eaacffc18ea14b9aea9cd9ad9856befd581d4101443c17091cfccd856783744de9f7eafc02dec0a862baeaedb01d3b6eb3911fd", "previous_signature": "83a32b18ccbaf705a101ef506493c9f3ae0993903512eeefdc93b58838bd1c9412fa906659cffcd8c760f549601d444e09854455538556e22fe5eb58e2aa481edb12ffd1b83a172fad8acbbcd57113feae4c2008ca64b8635cd836c52cb7f7d7", "timestamp_retrieved": 1744204655, "timestamp_available_estimate": 1744204650}
@atmidnight you asked for a random integer between 0 and 10000, inclusive. Coming up shortly!
You can view the open-source implementation and usage instructions for this bot on GitHub.
Technical details
Previous round: 4959109 (latest), offset: 12, selected round: 4959121, salt: h2l6k0doz0s. Algorithm:
m = hashlib.sha256()
m.update(randomness['randomness'].encode('ascii'))
m.update('-h2l6k0doz0s'.encode('ascii'))
while True:
m_int = int.from_bytes(m.digest()[:8], byteorder='big')
if m_int < 18446744073709545117:
return (m_int % 10001) + 0
m.update("-RETRY")
Randomness details:
{"round": 4959109, "randomness": "588184e9917a245030c3c66b0629278f8c27a61a9930fd18af31c1f1a07b1b1d", "signature": "b6e24be6e70167e6a3a9c48f97ec62b4e3d6f3852d3bf1ce50c67c6a1c69efedb3819be0bd35e2854f66082f3770aeca07bd17e12c247ab431f89f107e6c3b4568617a896a6f228844b2d25c8240cf9db589c32ce268870cbb688293b83c6bf3", "previous_signature": "a45085056ce6c4b2f39d1f4b08ad42a2e4a6703ea12434c14f02d98c98091a41866c4e27df5110f7bc26d4b5e43fae6c039d5495613a4ca052a09c8085161f9498fb79db64cfc488b085065da4182af1361fd8314d64b59027c9b7e4d70044a6", "timestamp_retrieved": 1744204305, "timestamp_available_estimate": 1744204290}
@Gameknight your random number is: 10
Salt: mykd2pnven, round: 4830132 (signature ab30480ef3ddc5835d11f4df2b7a4438e97c98974736f3f2f859f4b51d46207e293d505ca84c940e13b90714b6da5e81120aa6484697c323773900e86b3a01d44fda114bf71c954a971e4bb06dff1dae02debe55c1e3a0e88c849350ae56aee0)
@Gameknight you asked for a random integer between 1 and 20, inclusive. Coming up shortly!
Source: GitHub, previous round: 4830130 (latest), offset: 2, selected round: 4830132, salt: mykd2pnven.
@StellarSerene your random number is: 3
Salt: 8kvdh6l39y4, round: 4676593 (signature a6f55f8bec1609717d6efedc47f0430b4207a6ad94f6e80d281f46e9b3b4d3bfb166fc80a2296ad8503b4119793821950f61eb2d142c9e1c103357553d3e0a1eb38c31eaa651d2f5a3c98b66d280b78681ac6a6a7d438af9472b2b062772361c)
@StellarSerene you asked for a random integer between 1 and 6, inclusive. Coming up shortly!
Source: GitHub, previous round: 4676591 (latest), offset: 2, selected round: 4676593, salt: 8kvdh6l39y4.