in src/Libs/Common/Utils/StaticRandom.cs [44:50]
public static void NextBytes(byte[] buffer) { lock (_random) { _random.NextBytes(buffer); } }