Use Cases
Last updated
Last updated
Some contracts in the Dysnomia ecosystem allow you to generate true random numbers for your dApps. To harden them you can use multiple contracts and incorporate randomness into both the shuffling and selection patterns.
Here is a list of tokens that have the RNG function:
Name
Contract Address
Random Functions
Generate()
Random Number Generator
Generate()
Random Number Generator
Generate()
Random()
Random()
Generate()
libAtropaMath v1.0 and libAtropaMath v1.1 are the official RNG contracts and AFFECTION™ is considered the developer contract. The numbers they generate will be overall close to Motzkin Prime (953467954114363) but never above. With AFFECTION™ it will be possible to change the seed so you can make RNG absolutely secure.