Changeset 18679


Ignore:
Timestamp:
11/30/16 00:16:55 (8 years ago)
Author:
(none)
Message:
use Tramdom3
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Mars_IncreaseNsb/mjobs/MJob.cc

    r10045 r18679  
    4444#include <TClass.h>
    4545#include <TSystem.h>
    46 #include <TRandom.h>
     46#include <TRandom3.h>
    4747#include <TObjArray.h>
    4848
     
    6161// --------------------------------------------------------------------------
    6262//
    63 // Default constructor. 
     63// Default constructor.
    6464//
    6565// Sets fDataFlag to 0
     
    295295
    296296        delete gRandom;
    297         gRandom = static_cast<TRandom*>(cls->New());
     297        gRandom = static_cast<TRandom3*>(cls->New());
    298298
    299299        *fLog << inf << "Random number generator " << rng << " initialized." << endl;
Note: See TracChangeset for help on using the changeset viewer.