Changeset 1371 in Sophya for trunk/SophyaLib/NTools/perandom.h


Ignore:
Timestamp:
Jan 5, 2001, 6:07:12 PM (25 years ago)
Author:
ansari
Message:

MAJ documentation, Makefile, ... - Reza 5/1/2001

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/NTools/perandom.h

    r1092 r1371  
    11// This may look like C code, but it is really -*- C++ -*-
    2 
    32// Nombres aleatoires pour Peida.
     3//        C. Magneville   1996-2000
     4// DAPNIA/SPP (Saclay) / CEA    LAL - IN2P3/CNRS  (Orsay)
    45
    56#ifndef PERANDOM_SEEN
     
    1011#include "histos.h"
    1112#include "nbrandom.h"
     13
     14namespace SOPHYA { 
    1215
    1316class FunRan : public Histo {
     
    2225};
    2326
    24 class FunRan2D EXC_AWARE {
     27class FunRan2D {
    2528public:
    2629//  typedef r_8 (*Func)(r_8, r_8);
     
    3841};
    3942
     43} // namespace SOPHYA
     44
    4045#endif
Note: See TracChangeset for help on using the changeset viewer.