FairlyRandom testing market
13
170Ṁ634
2026
49%
chance

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

Get
Ṁ1,000
to start trading!
Sort by:
🤖

@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}

@FairlyRandom min=0 max=10000 offset=12 verbose=true

🤖

@A your random number is: 1

Salt: hto4tod1x4l, round: 4898593 (signature 96d8326b5060101d6cbca688f7fa52f55a6293ba4e720f6f7079cf20fdae35449e25db534cb6d9c0a45275b4069b022703b9313a61a6aadb04ccd656b510742be393906404a117cb00b4b7b5202799eb72b69f20324be6f688d8b84963853d8d)

🤖

@A you asked for a random integer between 1 and 2, inclusive. Coming up shortly!

Source: GitHub, previous round: 4898591 (latest), offset: 2, selected round: 4898593, salt: hto4tod1x4l.

@FairlyRandom 2

🤖

@evan your random number is: 2

Salt: jc6zpvkvdpb, round: 4893511 (signature 8902cb8701d3851eb2b2f2857111a48fea2c78350d77adfef188fc44182dcedaef5446b5f13387618f5ac4b1b482282f0d73cd5204515f0a7cbb4b5ab930ef04f64fb82bce5b777c7003c60edcb20a596afa15df5f90b72ce515531a08c1ffa7)

🤖

@evan you asked for a random integer between 1 and 2, inclusive. Coming up shortly!

Source: GitHub, previous round: 4893509 (latest), offset: 2, selected round: 4893511, salt: jc6zpvkvdpb.

@FairlyRandom 2

🤖

@A your random number is: 81

Salt: hl48fcu4v7w, round: 4832467 (signature b11630c6e9b786c2aee8da738a49cf66ebcb92bbca461982ae73e0b679fca69246cba663ba00bec01a6617bec352cb6a14af18e9b8cad42fdfa5af0685875e6c1e4e643137b578443a4d6cb9074c3752acfea57709f6fb8b6ebe7bdb2154f496)

🤖

@A you asked for a random integer between 20 and 300, inclusive. Coming up shortly!

Source: GitHub, previous round: 4832465 (latest), offset: 2, selected round: 4832467, salt: hl48fcu4v7w.

🤖

@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.

🤖

Not a valid request: Range is ambiguous. Please include only a single number, or explicitly state max=N

@FairlyRandom range: 20 to 300

🤖

Not a valid request: No range specified. Try @FairlyRandom 10

@Gameknight @FairlyRandom min=20 max=300

🤖

Not a valid request: Range cannot exceed 2**48

@FairlyRandom 1000000000000000000000000000000000000000000000

🤖

@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.

🤖

@Calde your random number is: 3

Salt: rej2q6clq0a, round: 4585299 (signature 8cb28092e5abf5f88c17e469ef57051350d4aedeae1d6179a9459cb4898626d8443bcdd1a28c6a73b8301a6b6c1e185b01178715a7221a3b384d8acc0665bb43d38ab8736701c4e9b49a31ad803b0a85950f8029cc76784aac71880fa99adbc7)

Related questions

© Manifold Markets, Inc.•Terms + Mana-only Terms•Privacy•Rules