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