Skip to content

Commit

Permalink
add forum post link
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarak Ben Youssef committed Nov 6, 2023
1 parent 5a34b03 commit 516d331
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/cadence/language/built-in-functions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ The random numbers returned are unpredictable
(unpredictable for miners at block construction time,
and unpredictable for cadence logic at time of call),
verifiable, as well as unbiasable by miners and previously-running Cadence code.
See [FLIP120](https://github.com/onflow/flips/pull/120) for more details.
See [Secure random number generator for Flow’s smart contracts](https://forum.flow.com/t/secure-random-number-generator-for-flow-s-smart-contracts/5110)
and [FLIP120](https://github.com/onflow/flips/pull/120) for more details.

Nevertheless, developers need to be mindful to use `revertibleRandom()` correctly.

Expand Down

0 comments on commit 516d331

Please sign in to comment.