Hello Statalist,
I recently came up with a replicability problem when using someone else's Do-File.
It seems my Stata is assigning different random numbers after "gen random = runiform()" even when the seed on both computers is the same.
I get only two observations popping up, while my collegue gets 5.
Can anyone give me an explanation for this? I am using Stata 14, while she uses Stata 13.
Thank you in advance
I recently came up with a replicability problem when using someone else's Do-File.
It seems my Stata is assigning different random numbers after "gen random = runiform()" even when the seed on both computers is the same.
Code:
set seed 875511 gen random=runiform() br if random<0.001
Can anyone give me an explanation for this? I am using Stata 14, while she uses Stata 13.
Thank you in advance
Comment