VPTissue Reference Manual
RandomEngineType.h File Reference

Interface of RandomEngineType. More...

#include <string>
Include dependency graph for RandomEngineType.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  SimPT_Sim::RandomEngineType::Info
 Info. More...
 

Namespaces

 SimPT_Sim
 Namespace for the core simulator.
 
 SimPT_Sim::RandomEngineType
 Namespace for Types of random engines.
 

Enumerations

enum  SimPT_Sim::RandomEngineType::TypeId {
  lcg64, lcg64_shift, mrg2, mrg3,
  yarn2, yarn3
}
 Enumerates type ids.
 

Functions

TypeId SimPT_Sim::RandomEngineType::FromString (std::string s)
 Convert a string with name to type id.
 
bool SimPT_Sim::RandomEngineType::IsExisting (std::string s)
 Check whether type with name s exists.
 
bool SimPT_Sim::RandomEngineType::IsExisting (TypeId b)
 Check whether type with id b exists.
 
string SimPT_Sim::RandomEngineType::ToString (TypeId b)
 Convert a type id to corresponding name.
 

Detailed Description

Interface of RandomEngineType.

Definition in file RandomEngineType.h.