Luv.RandomSourceval random :
?loop:Loop.t ->
?request:Request.t ->
Buffer.t ->
((unit, Error.t) Result.result -> unit) ->
unitFills the given buffer with bits from the system entropy source.
Binds uv_random.
Requires libuv 1.33.0.
Feature check: Luv.Require.(has random)