Skip to content

Commit 3ac4402

Browse files
authored
typo
1 parent 98eea8e commit 3ac4402

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tutorials/analysis/dataframe/df041_ThreadSafeRNG.C

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ void df041_ThreadSafeRNG()
8484
// - With RDataFrame(TTree) constructor, the result is not guaranteed to be deterministic.
8585
// To make it deterministic, use something from the dataset to act as the event identifier
8686
// instead of rdfentry_, and use it as a seed.
87-
// implications
8887

8988
auto df3 = ROOT::RDataFrame(10000000).Define("x", GetNormallyDistributedNumberForEntry, {"rdfentry_"});
9089
auto h3 = df3.Histo1D({"h3", "Thread-safe (MT, deterministic)", 1000, -4, 4}, {"x"});

0 commit comments

Comments
 (0)