add static Random instance for convenience

This commit is contained in:
Gered 2013-09-01 22:17:29 -04:00
parent d1859c4804
commit e5a12a4cb1

View file

@ -5,6 +5,8 @@ namespace Blarg.GameFramework
{ {
public static class MathHelpers public static class MathHelpers
{ {
public static Random Random = new Random();
/// <summary> /// <summary>
/// Converts coordinates from spherical to cartesian. /// Converts coordinates from spherical to cartesian.
/// </summary> /// </summary>