Module Luv.Random

module Request : sig ... end
val random : ?loop:Loop.t -> ?request:Request.t -> Buffer.t -> ((unit, Error.t) Stdlib.result -> unit) -> unit

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

Binds uv_random.

Requires libuv 1.33.0.

Feature check: Luv.Require.(has random)

module Sync : sig ... end