luv
Luv.Random
luv.c
luv.c_function_descriptions
luv.c_type_descriptions
module Request : sig ... end
val random : ?loop:Loop.t -> ?request:Request.t -> Buffer.t -> ((unit, Error.t) result -> unit) -> unit
Fills the given buffer with bits from the system entropy source.
Binds uv_random.
uv_random
Requires libuv 1.33.0.
Feature check: Luv.Require.(has random)
Luv.Require.(has random)
module Sync : sig ... end