Constructors

Synopses

Declared in <bdlb_pcgrandomgenerator.h>

Create a PcgRandomGenerator object seeded with zeros.

Create a PcgRandomGenerator seeded with the specified initState and streamSelector.

PcgRandomGenerator(
    uint64_t initState,
    uint64_t streamSelector);

Parameters

Name

Description

initState

initial state for the generator

streamSelector

stream selector for the generator sequence

Created with MrDocs