Change RN seed to RooMCStudy

Dear Experts,
how can I change the random seed to RooMCStudy ?

Thanks,

  • Mauro.

Hi,
For changing the random seed in Roofit you can use this:

RooRandom::randomGenerator()->SetSeed(  newSeed); 

Lorenzo