mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
- Added serilog analyzer which will help with fully moving to structured logging
- Small code cleanups
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
using System.Security.Cryptography;
|
||||
|
||||
namespace NadekoBot.Common;
|
||||
|
||||
// todo minby maxby
|
||||
public class NadekoRandom : Random
|
||||
{
|
||||
private readonly RandomNumberGenerator _rng;
|
||||
|
Reference in New Issue
Block a user