Fix a typo

This commit is contained in:
Dominion
2023-05-26 15:44:40 -04:00
parent a3558f1c1e
commit da11e3d313
@@ -48,7 +48,7 @@ namespace Tgstation.Server.Tests.Live
commands = commandFactory.GenerateCommands();
var baseRng = new Random(
22475 // comment this out to enable true randomness, not that seeding is imperfect because Task execution order is non-deterministic
22475 // comment this out to enable true randomness, note that seeding is imperfect because Task execution order is non-deterministic
);
seededRng = new Dictionary<ChatProvider, Random>{
{ ChatProvider.Irc, new Random(baseRng.Next()) },