Hello everyone,<br><br>I am conducting some numerical studies that I want to be repeatable. In other words, I want others who run my code to get exactly the same result as I get.<br>This can be easily done in pure R.<br><br>
But since I want the random number generation in Cpp, I think I need a seed that can be retrieved even after re-compilation. Can this done with RNGScope?<br><br>Thanks for your help.<br><br>Best,<br>Zhongyi<br> <br>