Lucene.Net.Util.LuceneTestCase.randon C# (CSharp) Method

randon() protected static method

protected static randon ( ) : Random
return Random
        protected static Random randon()
        {
            return Random();
        }