Interface: RandomInnerLike
A typed view of the 0x2::random::RandomInner state held in the dynamic
field of the [Random] singleton.
Methods
epoch()
epoch(): bigint;
Returns
bigint
randomBytes()
randomBytes(): ArrayBuffer;
Returns
ArrayBuffer
randomnessRound()
randomnessRound(): bigint;
The randomness round the current random_bytes were produced for.
Returns
bigint
version()
version(): bigint;
Returns
bigint