Ignore:
Timestamp:
Sep 24, 2011, 6:31:08 PM (14 years ago)
Author:
cmv
Message:

ajout generateurs tinymt32+64, cmv 24/09/2011

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/sophyainit.cc

    r3750 r4019  
    1717#include "randr48.h"
    1818#include "randfmt.h"
     19#include "randtmt32.h"
     20#include "randtmt64.h"
    1921
    2022#include "fiosegdb.h"
     
    123125  PPRegister(ObjFileIO<FMTRandGen>);
    124126  DObjRegister(ObjFileIO<FMTRandGen>, FMTRandGen);
     127  PPRegister(ObjFileIO<TinyMT32RandGen>);
     128  DObjRegister(ObjFileIO<TinyMT32RandGen>, TinyMT32RandGen);
     129  PPRegister(ObjFileIO<TinyMT64RandGen>);
     130  DObjRegister(ObjFileIO<TinyMT64RandGen>, TinyMT64RandGen);
    125131
    126132  // Enregistrement des handlers PPF pour les SegDataBlock<T>
Note: See TracChangeset for help on using the changeset viewer.