Changeset 1371 in Sophya for trunk/SophyaLib/NTools/perandom.h
- Timestamp:
- Jan 5, 2001, 6:07:12 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/perandom.h
r1092 r1371 1 1 // This may look like C code, but it is really -*- C++ -*- 2 3 2 // Nombres aleatoires pour Peida. 3 // C. Magneville 1996-2000 4 // DAPNIA/SPP (Saclay) / CEA LAL - IN2P3/CNRS (Orsay) 4 5 5 6 #ifndef PERANDOM_SEEN … … 10 11 #include "histos.h" 11 12 #include "nbrandom.h" 13 14 namespace SOPHYA { 12 15 13 16 class FunRan : public Histo { … … 22 25 }; 23 26 24 class FunRan2D EXC_AWARE{27 class FunRan2D { 25 28 public: 26 29 // typedef r_8 (*Func)(r_8, r_8); … … 38 41 }; 39 42 43 } // namespace SOPHYA 44 40 45 #endif
Note:
See TracChangeset
for help on using the changeset viewer.