#include <G4INCLRandom.hh>
Definition at line 169 of file G4INCLRandom.hh.
◆ result_type
◆ max()
static constexpr result_type G4INCL::Random::Adapter::max |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ min()
static constexpr result_type G4INCL::Random::Adapter::min |
( |
| ) |
|
|
inlinestaticconstexpr |
Definition at line 173 of file G4INCLRandom.hh.
173 {
174 return std::numeric_limits<Adapter::result_type>::min();
175 }
◆ operator()()
result_type G4INCL::Random::Adapter::operator() |
( |
| ) |
const |
|
inline |
Definition at line 181 of file G4INCLRandom.hh.
181 {
182
183 #ifdef INCLXX_IN_GEANT4_MODE
184 return G4RandFlat::shootInt(
INT_MAX);
185 #else
187 #endif
188
189 }
static constexpr result_type max()
The documentation for this class was generated from the following file: