diff --git a/src/GameUtils/Math/MathExt.cs b/src/GameUtils/Math/MathExt.cs index 310c1e3..2721518 100644 --- a/src/GameUtils/Math/MathExt.cs +++ b/src/GameUtils/Math/MathExt.cs @@ -1,5 +1,8 @@ namespace GameUtils.Math; +#pragma warning disable CA5394 // Do not use insecure randomness +#pragma warning disable S2245 // Using pseudorandom number generators (PRNGs) is security-sensitive + /// /// A collection of math-related extra methods. ///