![]() |
VPTissue Reference Manual
|
Interface of RandomEngineType. More...
#include <string>

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. | |
Interface of RandomEngineType.
Definition in file RandomEngineType.h.