in src/Libs/Common/Utils/StaticRandom.cs [20:26]
public static int Next() { lock (_random) { return _random.Next(); } }