in src/Libs/Common/Utils/StaticRandom.cs [12:18]
public static double NextDouble() { lock (_random) { return _random.NextDouble(); } }