Skip to main content

RandomInnerInterface

interface RandomInnerInterface

A typed view of the 0x2::random::RandomInner state held in the dynamic field of the Random singleton.

Inheritors

RandomInner

Functions

NameSummary
epochabstract fun epoch(): ULong
randomBytesabstract fun randomBytes(): ByteArray
randomnessRoundabstract fun randomnessRound(): ULong
The randomness round the current random_bytes were produced for.
versionabstract fun version(): ULong