Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
CLHEP::detail Namespace Reference

Classes

struct  do_right_shift< n, false >
 

Functions

template<std::size_t nbits>
unsigned long rshift (unsigned long value)
 

Variables

template<std::size_t n>
 n
 

Function Documentation

◆ rshift()

template<std::size_t nbits>
unsigned long CLHEP::detail::rshift ( unsigned long value)

Definition at line 99 of file Ranlux64Engine.cc.

100{ return do_right_shift<nbits>()(value); }

Referenced by CLHEP::Ranlux64Engine::setSeed().

Variable Documentation

◆ n

template<std::size_t n>
CLHEP::detail::n

Definition at line 90 of file Ranlux64Engine.cc.