You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/md/en/docs/build/randomness.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Substrate includes two examples of how to implement the `Randomness` trait in pa
41
41
You should only use this pallet in applications with low security requirements or when testing randomness-consuming applications.
42
42
You shouldn't use this pallet in a production environment.
43
43
44
-
= The [BABE pallet](https://paritytech.github.io/substrate/master/pallet_babe/index.html) provides randomness by using verifiable random functions.
44
+
- The [BABE pallet](https://paritytech.github.io/substrate/master/pallet_babe/index.html) provides randomness by using verifiable random functions.
45
45
46
46
This pallet provides production-grade randomness, and is used in Polkadot.
47
47
If you select this pallet as the source of randomness your blockchain must use the blind assignment of blockchain extension ([BABE](/reference/glossary/#blind-assignment-of-blockchain-extension-babe)) slot-based consensus for producing blocks.
0 commit comments