Readonlyinfo: { certainty:BestEffort; defaultConfig:( ctx:ReadOnlyFlowrAnalyzerContext, )=>{randomnessConsumers: (...)[];randomnessProducers: (...)[]}; description:"Checks whether randomness-based function calls are preceded by a random seed generation function. For consistent reproducibility, functions that use randomness should only be called after a constant random seed is set using a function like `set.seed`."; name:"Seeded Randomness"; tags:readonly[Robustness,Reproducibility]; }