We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98eea8e commit 3ac4402Copy full SHA for 3ac4402
1 file changed
tutorials/analysis/dataframe/df041_ThreadSafeRNG.C
@@ -84,7 +84,6 @@ void df041_ThreadSafeRNG()
84
// - With RDataFrame(TTree) constructor, the result is not guaranteed to be deterministic.
85
// To make it deterministic, use something from the dataset to act as the event identifier
86
// instead of rdfentry_, and use it as a seed.
87
- // implications
88
89
auto df3 = ROOT::RDataFrame(10000000).Define("x", GetNormallyDistributedNumberForEntry, {"rdfentry_"});
90
auto h3 = df3.Histo1D({"h3", "Thread-safe (MT, deterministic)", 1000, -4, 4}, {"x"});
0 commit comments