open static fun random(): Bytes32! (source)
Generate random bytes.
Return
Bytes32!: A value containing random bytes.
open static fun random(generator: Random!): Bytes32! (source)
Generate random bytes.
generator - Random!: The generator for random bytes.
Return
Bytes32!: A value containing random bytes.