RandomInnerInterface
interface RandomInnerInterface
A typed view of the 0x2::random::RandomInner state held in the dynamic field of the Random singleton.
Inheritors
| RandomInner |
Functions
| Name | Summary |
|---|---|
| epoch | abstract fun epoch(): ULong |
| randomBytes | abstract fun randomBytes(): ByteArray |
| randomnessRound | abstract fun randomnessRound(): ULong The randomness round the current random_bytes were produced for. |
| version | abstract fun version(): ULong |