#include <G4INCLRandom.hh>
Definition at line 167 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 171 of file G4INCLRandom.hh.
171 {
172 return std::numeric_limits<Adapter::result_type>::min();
173 }
◆ operator()()
result_type G4INCL::Random::Adapter::operator() |
( |
| ) |
const |
|
inline |
Definition at line 179 of file G4INCLRandom.hh.
179 {
180 #ifdef INCLXX_IN_GEANT4_MODE
181 return G4RandFlat::shootInt(
INT_MAX);
182 #else
184 #endif
185 }
static constexpr result_type max()
The documentation for this class was generated from the following file: