randombytes method

void randombytes(
  1. Pointer<UnsignedChar> buf,
  2. int buf_len
)

Implementation

@pragma('vm:prefer-inline')
void randombytes(_i1.Pointer<_i1.UnsignedChar> buf, int buf_len) =>
    _i2.randombytes(buf, buf_len);