I thought if I used set.seed() inside a function then every time I ran that function the same seed would be used and I would get the same quasi random output. Take the following example: inside a functio
I thought if I used set.seed() inside a function then every time I ran that function the same seed would be used and I would get the same quasi random output. Take the following example: inside a functio