From c9f45bedb15d5b8ef42c9b4738005792893028e9 Mon Sep 17 00:00:00 2001 From: "BT.Wood(Tang Bo Hao)" Date: Sat, 21 Sep 2024 22:58:19 +0800 Subject: [PATCH] Update vrf.md --- docs/evm/guides/vrf.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/evm/guides/vrf.md b/docs/evm/guides/vrf.md index 7f8c6c1a04..7b7c836f4a 100644 --- a/docs/evm/guides/vrf.md +++ b/docs/evm/guides/vrf.md @@ -156,6 +156,6 @@ The **`revertibleRandom()`** function can be directly used to generate a pseudo- ## Read More -For further details on Flow’s randomness and secure development practices, check out the [Flow Randomness Documentation](https://developers.flow.com/build/advanced-concepts/randomness). You can also view an exammple in both Solidity and Cadence of a [cointoss implentation](https://github.com/onflow/random-coin-toss/tree/add-solidity-impl) using the VRF. +For further details on Flow’s randomness and secure development practices, check out the [Flow Randomness Documentation](https://developers.flow.com/build/advanced-concepts/randomness). You can also view an exammple in both Solidity and Cadence of a [cointoss implentation](https://github.com/onflow/random-coin-toss) using the VRF. _This documentation was contributed by Noah Naizir, a community developer._