Changeset 1607 in Sophya for trunk/SophyaLib/BaseTools/srandgen.c


Ignore:
Timestamp:
Jul 31, 2001, 10:08:36 AM (24 years ago)
Author:
cmv
Message:

after base restructuration cmv 31/7/01

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/srandgen.c

    r1586 r1607  
    3535*/
    3636
    37 /*! \defgroup RandGen
    38     Random number generators */
    39 
    40 /*! \ingroup  SysTools
     37/*! \ingroup  BaseTools
    4138    \fn frand01
    4239    Returns a random number (float) with flat distribution between 0 ... 1
    4340*/
    44 /*! \ingroup  SysTools
     41/*! \ingroup  BaseTools
    4542    \fn drand01
    4643    Returns a random number (double) with flat distribution between 0 ... 1
    4744*/
    48 /*! \ingroup  SysTools
     45/*! \ingroup  BaseTools
    4946    \fn frandpm1()
    5047    Returns a random number (float) with flat distribution between -1 ... 1
    5148*/
    52 /*! \ingroup  SysTools
     49/*! \ingroup  BaseTools
    5350    \fn drandpm1()
    5451    Returns a random number (double) with flat distribution between -1 ... 1 
     
    6461*/
    6562
    66 /*! \ingroup  SysTools
     63/*! \ingroup  BaseTools
    6764    Fast initialisation of the random number generator \c (drand48)
    6865    using a \c long type value (cf \c srand48 )
     
    8380--
    8481*/
    85 /*! \ingroup  SysTools
     82/*! \ingroup  BaseTools
    8683    complete initialisation of the random number generator \c (drand48)
    8784    using a \c using 48 bits (cf \c seed48 )
     
    103100--
    104101*/
    105 /*! \ingroup  SysTools
     102/*! \ingroup  BaseTools
    106103    Returns the status (48 bits) of the random number generator \c (drand48)
    107104    (cf \c seed48 )
     
    135132--
    136133*/
    137 /*! \ingroup  SysTools
     134/*! \ingroup  BaseTools
    138135    Automatic initialisation using the present time
    139136*/
     
    187184--
    188185*/
    189 /*! \ingroup  SysTools
     186/*! \ingroup  BaseTools
    190187    Normal (Gaussian) random number generator (Mean=0., Sigma=1.)
    191188*/
     
    230227--
    231228*/
    232 /*! \ingroup  SysTools
     229/*! \ingroup  BaseTools
    233230    Normal (Gaussian) random number generator with the specified mean
    234231    (\c am ) and sigma (\c s )
Note: See TracChangeset for help on using the changeset viewer.