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