bytes static method

Uint8List bytes(
  1. int length
)

length random bytes from the public DRBG (RAND_bytes).

Implementation

static Uint8List bytes(int length) => _fill(length, private: false);