Photon Engine 2.0.0-beta
A physically based renderer.
Loading...
Searching...
No Matches
ph::math::DeterministicSeeder Class Referencefinal

Convenient thread-safe seed provider for RNGs. Do not use this for cryptography. More...

#include <DeterministicSeeder.h>

Static Public Member Functions

template<typename T >
static T nextSeed ()
 
static void init (const EngineInitSettings &settings)
 

Detailed Description

Convenient thread-safe seed provider for RNGs. Do not use this for cryptography.

Member Function Documentation

◆ init()

void ph::math::DeterministicSeeder::init ( const EngineInitSettings & settings)
static

◆ nextSeed()

template<typename T >
T ph::math::DeterministicSeeder::nextSeed ( )
inlinestatic

The documentation for this class was generated from the following files: