Skip to content

Commit

Permalink
Update docs/evm/guides/vrf.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tarak Ben Youssef <[email protected]>
  • Loading branch information
Aliserag and tarakby authored Sep 20, 2024
1 parent 715faf2 commit fa60f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/evm/guides/vrf.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit fa60f82

Please sign in to comment.