Problem with TRandom::WriteRandom(char *) in 5.16/00

WriteRandom does not appear to work in v5.16/00 (it appeared to work just fine in 5.14/00b). That is… it does not generate the filename in it’s first argument.

Specifically… it appears that within this Class routinegDirectory->OpenFile("Whatever.txt","recreate")
always returns a (TFile*) 0x0.
I’ve checked that gDirectory != 0x0.

Wasn’t sure if this was a bug…

Thanks.

This problem is now fixed in CVS head.

Rene