package opentelemetry

  1. Overview
  2. Docs

Module Opentelemetry.Rand_bytesSource

Generation of random identifiers

Sourceval rand_bytes_16 : (unit -> bytes) ref

Generate 16 bytes of random data

Sourceval rand_bytes_8 : (unit -> bytes) ref

Generate 16 bytes of random data

Sourceval default_rand_bytes_8 : unit -> bytes
Sourceval default_rand_bytes_16 : unit -> bytes