utilities
Loading...
Searching...
No Matches
gemcConventions.h
Go to the documentation of this file.
1#pragma once
2
3namespace gemc {
4
12
21
28inline constexpr int EC__RANDOMENGINENOTFOUND = 2003;
29
36inline constexpr char DEFAULT_RANDOM_ENGINE[] = "RanluxEngine";
37 // end of group gemc_utilities_conventions
39
40} // namespace gemc
constexpr int EC__RANDOMENGINENOTFOUND
Error code used when the configured random engine name is not recognized.
constexpr char DEFAULT_RANDOM_ENGINE[]
Default random engine name used when no explicit selection is provided.