From fa60f827148af908ed7862ef260a63482c0d3db0 Mon Sep 17 00:00:00 2001 From: Ali Serag Date: Thu, 19 Sep 2024 19:24:42 -0700 Subject: [PATCH] Update docs/evm/guides/vrf.md Co-authored-by: Tarak Ben Youssef <50252200+tarakby@users.noreply.github.com> --- 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 d2179fa7e0..b46d5603b8 100644 --- a/docs/evm/guides/vrf.md +++ b/docs/evm/guides/vrf.md @@ -112,7 +112,7 @@ contract CadenceArchCaller { After deployment, you can interact with the contract to retrieve a random number. -Call the `revertibleRandom()` function in the left sidebar on the deployed contract. This will fetch a pseudo-random number generated by Flow’s secure PRG (Pseudorandom Generator). +Call the `revertibleRandom()` function in the left sidebar on the deployed contract. This will fetch a pseudo-random number generated by Flow’s VRF. ![image.png](./vrf-6.png)