package opentelemetry

  1. Overview
  2. Docs

Generation of random identifiers

val rand_bytes_16 : (unit -> bytes) Stdlib.ref

Generate 16 bytes of random data

val rand_bytes_8 : (unit -> bytes) Stdlib.ref

Generate 16 bytes of random data

val default_rand_bytes_8 : unit -> bytes
val default_rand_bytes_16 : unit -> bytes