Evolutionary Algorithm for Adaptive Phase Estimation  1.0.2
Public Member Functions | List of all members
RngVectorized Class Reference

RngVectorized generates random numbers into vectors in order to reduce the computational overhead. There are two methods to this class: VSL and GPU. More...

#include <rng.h>

Inheritance diagram for RngVectorized:
RngBase

Public Member Functions

 RngVectorized (bool _gaussian)
 
double next_rand (const double mean, const double dev)
 
- Public Member Functions inherited from RngBase
 RngBase (bool _gaussian)
 
double next_rand (const double mean, const double dev)
 

Additional Inherited Members

- Protected Attributes inherited from RngBase
bool gaussian
 

Detailed Description

RngVectorized generates random numbers into vectors in order to reduce the computational overhead. There are two methods to this class: VSL and GPU.


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