using System; namespace CoreIntegrationTests.Infrastructure { /// /// A class holding global variables. /// public static class GlobalVariables { /// /// A random number generator. /// public static Random Random = new Random(); } }