mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-09 12:23:32 -04:00
9 lines
245 B
OCaml
9 lines
245 B
OCaml
val rand_bytes_16 : (unit -> bytes) ref
|
|
(** Generate 16 bytes of random data *)
|
|
|
|
val rand_bytes_8 : (unit -> bytes) ref
|
|
(** Generate 16 bytes of random data *)
|
|
|
|
val default_rand_bytes_8 : unit -> bytes
|
|
|
|
val default_rand_bytes_16 : unit -> bytes
|