tuweni / org.apache.tuweni.bytes / Bytes48 / random

random

open static fun random(): Bytes48! (source)

Generate random bytes.

Return
Bytes48!: A value containing random bytes.

open static fun random(generator: Random!): Bytes48! (source)

Generate random bytes.

Parameters

generator - Random!: The generator for random bytes.

Return
Bytes48!: A value containing random bytes.