Skip to content

Commit

Permalink
Update docs/build/advanced-concepts/randomness.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tarak Ben Youssef <[email protected]>
  • Loading branch information
chasefleming and tarakby authored Nov 8, 2023
1 parent d4c854a commit 632dbba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build/advanced-concepts/randomness.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Within the Flow protocol, the heart of randomness generation lies in the "distri
This module generates randomness that is distributed across the network while adhering to established cryptographic and security standards.
The output from the randomness beacon is a sequence of random bytes that are unpredictable and impartial.

For over three years, the beacon has ensured protocol security by assigning verification nodes to oversee block computations. For those interested in a more detailed exploration of the randomness beacon and its inner workings, you can read [the technical deep dive on the Flow forum](https://forum.flow.com/t/secure-random-number-generator-for-flow-s-smart-contracts/5110).
For over three years, the beacon has ensured protocol security by selecting which consensus node gets to propose the next block and assigning verification nodes to oversee block computations. For those interested in a more detailed exploration of the randomness beacon and its inner workings, you can read [the technical deep dive on the Flow forum](https://forum.flow.com/t/secure-random-number-generator-for-flow-s-smart-contracts/5110).

## Guidelines for Safe Usage

Expand Down

0 comments on commit 632dbba

Please sign in to comment.