SPH
Public Member Functions | List of all members
HaltonQrng Class Reference

Quasi-random number generator. More...

#include <Rng.h>

Inheritance diagram for HaltonQrng:
Noncopyable

Public Member Functions

 HaltonQrng ()
 
 HaltonQrng (HaltonQrng &&other)
 
Float operator() (const int s)
 
- Public Member Functions inherited from Noncopyable
 Noncopyable ()=default
 
 Noncopyable (const Noncopyable &)=delete
 
 Noncopyable (Noncopyable &&)=default
 
Noncopyableoperator= (const Noncopyable &)=delete
 
Noncopyableoperator= (Noncopyable &&)=default
 

Detailed Description

Quasi-random number generator.

Definition at line 74 of file Rng.h.

Constructor & Destructor Documentation

◆ HaltonQrng() [1/2]

HaltonQrng::HaltonQrng ( )

Definition at line 70 of file Rng.cpp.

◆ HaltonQrng() [2/2]

HaltonQrng::HaltonQrng ( HaltonQrng &&  other)

Definition at line 75 of file Rng.cpp.

Member Function Documentation

◆ operator()()

Float HaltonQrng::operator() ( const int  s)

Definition at line 79 of file Rng.cpp.


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