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
add a new function revertibleRandom with the same interface as the existing unsafeRandom.
update the doc
Note that fun unsafeRandom(): UInt64 should not be removed to avoid immediate breaking change.
The remaining FLIP120 implementation tasks are described in #2712
The text was updated successfully, but these errors were encountered:
This PR hasn't been merged yet onflow/docs#423 and it's part of the issue definition. Though I don't know if we can merge it while the function isn't on Mainnet yet.
Issue to be solved
The reasons are discussed in onflow/flips#120.
Suggested Solution
revertibleRandom
with the same interface as the existingunsafeRandom
.Note that
fun unsafeRandom(): UInt64
should not be removed to avoid immediate breaking change.The remaining FLIP120 implementation tasks are described in #2712
The text was updated successfully, but these errors were encountered: