Loading [MathJax]/jax/input/TeX/config.js
Photon Engine 2.0.0-beta
A physically based renderer.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
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: