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