RandomHelper.cs
using System;
using System.Collections.Generic;
using System.Data;
using System.Reflection;
using System.Text;
namespace Xunit
{
internal static clast RandomHelper
{
static readonly char[] ASCII;
static Random Rand = new Random(314159265);
static RandomHelper()
{
var cs = new List();
for (var i = 0; i