This class implements a random number generator (RNG) based on the PCG algorithm.
Synopsis
Declared in <bdlb_pcgrandomgenerator.h>
class PcgRandomGenerator;
Member Functions
Name |
Description |
|
Constructors |
Return the next random number in the sequence generated by this object. |
|
Seed this generator with the specified new |
Friends
Name |
Description |
Return |
Non-Member Functions
Name |
Description |
Return |
Created with MrDocs