|
|
|||
File indexing completed on 2026-04-09 07:49:23
0001 #include <iostream> 0002 #include <cstdlib> 0003 0004 #include "Randomize.hh" 0005 #include "SUniformRand.h" 0006 typedef SUniformRand<CLHEP::HepRandom> U4UniformRand ; 0007 0008 const char* FOLD = getenv("FOLD"); 0009 0010 int main(int argc, char** argv) 0011 { 0012 NP* uu = U4UniformRand::Get(1000) ; 0013 std::cout << " uu " << uu->repr<double>() << std::endl ; 0014 uu->save(FOLD, "uu.npy"); 0015 0016 return 0 ; 0017 }
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|