Module Luv.RandomSource

Sourceval random : ?loop:Loop.t -> Buffer.t -> ((unit, Error.t) Result.result -> unit) -> unit

Fills the given buffer with bits from the system entropy source.

Binds uv_random.

Sourcemodule Sync : sig ... end