﻿

   TypeName: System.Random

Name        MemberType Definition                                                              
----        ---------- ----------                                                              
Equals      Method     bool Equals(System.Object obj)                                          
GetHashCode Method     int GetHashCode()                                                       
GetType     Method     type GetType()                                                          
Next        Method     int Next(), int Next(int minValue, int maxValue), int Next(int maxValue)
NextBytes   Method     void NextBytes(byte[] buffer)                                           
NextDouble  Method     double NextDouble()                                                     
ToString    Method     string ToString()                                                       


