Import Geant4 10.7.0 source tree
This commit is contained in:
+2
-2
@@ -43,8 +43,8 @@ namespace CLHEP {
|
||||
* @ingroup random
|
||||
*/
|
||||
|
||||
typedef unsigned long int myID_t;
|
||||
typedef unsigned long long int myuint_t;
|
||||
using myID_t = std::uint32_t;
|
||||
using myuint_t = unsigned long long int;
|
||||
|
||||
class MixMaxRng: public HepRandomEngine {
|
||||
|
||||
|
||||
@@ -18,6 +18,8 @@
|
||||
#ifndef SeedTable_h
|
||||
#define SeedTable_h 1
|
||||
|
||||
#include "CLHEP/Random/Random.h"
|
||||
|
||||
namespace CLHEP {
|
||||
|
||||
const long HepRandom::seedTable[215][2] = {
|
||||
|
||||
@@ -15,6 +15,8 @@
|
||||
#ifndef engineIDulong_h
|
||||
#define engineIDulong_h 1
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace CLHEP {
|
||||
|
||||
unsigned long crc32ul(const std::string & s);
|
||||
|
||||
Reference in New Issue
Block a user