No, code "return Random(result).Next(min, max);" is syntactic error for C# compiler, because keyword new required.
I saying, you can remove NextInt function completely. Then create single instance of Random class in the RandomizeWeather function, and then use it as many times as you like, as in my example above.
|