[#BloombergLP-bdlb-Random] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::Random :relfileprefix: ../../ :mrdocs: This `struct` provides a namespace for a suite of functions used for random‐number generation. == Synopsis Declared in `<bdlb_random.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct Random; ---- == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlb/Random/generate15-0a.adoc[`generate15`] | `generate15` overloads | xref:BloombergLP/bdlb/Random/generatePcg.adoc[`generatePcg`] | Return the next unsigned 32‐bit random number generated from the specified PCG‐based `generator`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#