Changeset 2838 in Sophya
- Timestamp:
- Nov 9, 2005, 3:07:17 PM (20 years ago)
- Location:
- trunk/SophyaLib/NTools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/perandom.cc
r2615 r2838 64 64 for(int_4 j=0; j<nBin; j++) 65 65 (*this)(j) /= (*this)(nBin-1); 66 } 67 68 FunRan::FunRan(Histo &h) 69 : Histo(h) 70 { 66 71 } 67 72 -
trunk/SophyaLib/NTools/perandom.h
r1371 r2838 20 20 FunRan(r_8 *tab, int_4 nBin); 21 21 FunRan(r_8 *tab, int_4 nBin, r_8 xMin, r_8 xMax); 22 FunRan(Histo &h); 22 23 void IFunRan(r_8 *tab, int_4 nBin); 23 24 r_8 Random(void);
Note:
See TracChangeset
for help on using the changeset viewer.