csharp/1996v/Bssom.Net/Bssom.Serializer.Test/Util/RandomHelper.cs

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