{ TRandom r; for (Int_t i=0; i<10; i++) { cout << r.Rndm() << endl; } for (Int_t i=0; i<100000; i++) { r.Rndm(); } new TBrowser; }