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