how can I get same random number after restart application in c# -


i same random number after restart code.

İs possible because system clock changing while restart application.

1-start application 2-result of random number( example array size 10 , every numbers same) 3-close application 4-don't change code 5-start application again 6-result of random number( example array size 10 , every numbers same)

in second , sixth step ı same number? how can ı it. possible?


Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -