Readonlyinfo: { certainty:BestEffort; defaultConfig:{ randomnessConsumers:readonly[ BrandedIdentifier, "princomp", "pointLabel", "some", "rbernoulli", "rdunif", "generateSeedVectors", "rvonmises", "rxor", "rmvnorm", "randomForest", "permuted", "permute", "shuffle", "shuffleSet", "data_shuffle", "sample_frac", "sample_n", ]; randomnessProducers:{name: ...;type: ... }[]; }; 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]; }