[#BloombergLP-bdlb-PcgRandomGenerator-seed] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/PcgRandomGenerator.adoc[PcgRandomGenerator]::seed :relfileprefix: ../../../ :mrdocs: Seed this generator with the specified new `initState` and `streamSelector`. Note that the sequence of random numbers produced from subsequent invocations of `generate()` will be the same as that produced by an object created by `PcgRandomGenerator(initState, streamSelector)`. == Synopsis Declared in `<bdlb_pcgrandomgenerator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void seed( uint64_t initState, uint64_t streamSelector); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#