We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d425d8 commit ae389c8Copy full SHA for ae389c8
contracts/standard/rng/README.md
@@ -8,4 +8,6 @@ BlockhashRNGFallback.sol does the same as the previous contract but fallback to
8
9
TrustedRNG.sol implements a random number generator based on a trusted third party.
10
11
-ConstantNG.sol implements a contracts always returning a specified number to ease testing.
+ConstantNG.sol implements a contract always returning a specified number to ease testing.
12
+
13
+Chainlink.sol implements the RNG standard using Chainlink's Verifiable Randomness Mechanism
0 commit comments