RandomBytes typedef

RandomBytes = Uint8List Function(int size)

Byte buffer to represent a random seed

Implementation

typedef Uint8List RandomBytes(int size);