TRandom1 streamer bug

ROOT 5:

Error in <TStreamerInfo::Build>: TRandom1, discarding: const UInt_t* fTheSeeds, no [dimension]

ROOT 6:

Error in <TStreamerInfo::Build>: TRandom1, discarding: const unsigned int* fTheSeeds, no [dimension]

May be @moneta can help ?

Thanks for reporting this error. The data member fTheSeeds should be a transient one. I will make a PR for this

A fix for it has been included now in the ROOT master, see

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.