diff --git a/Blarg.GameFramework/Math/MathHelpers.cs b/Blarg.GameFramework/Math/MathHelpers.cs index 7e2d64f..15fbf32 100644 --- a/Blarg.GameFramework/Math/MathHelpers.cs +++ b/Blarg.GameFramework/Math/MathHelpers.cs @@ -5,6 +5,8 @@ namespace Blarg.GameFramework { public static class MathHelpers { + public static Random Random = new Random(); + /// /// Converts coordinates from spherical to cartesian. ///