Ran | 
public class Ran250 : RandomGenerator
The Ran250 type exposes the following members.
| Name | Description | |
|---|---|---|
| Maximum | The maximum value of the random number which can be returned. (Inherited from RandomGenerator)  | |
| Seed | The seed value. (Inherited from RandomGenerator)  | 
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object)  | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object)  | |
| GetHashCode | Serves as the default hash function. (Inherited from Object)  | |
| GetType | Gets the Type of the current instance. (Inherited from Object)  | |
| Long | (Overrides RandomGeneratorLong)  | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object)  | |
| ToString | Returns a string that represents the current object. (Inherited from Object)  | 
| Name | Description | |
|---|---|---|
| max_val | Uniform long int values within [0...max_val]. (Inherited from RandomGenerator)  | |
| seed | The seed of the random generator. (Inherited from RandomGenerator)  | 
Notes: - SERIOUS DEFICIENCIES IN SOME PHYSICAL SIMULATIONS HAVE BEEN FOUND
    (e.g. in the Ising model using the Wolff cluster update algorithm)
       - The period is 2^250
       - At least 32 bit unsigned long is required.
       - References:
          o S. Kirkpatrick and E. Stoll, "A Very Fast
            Shift-Register Sequence Random Number Generator",
            Journal of Computational Physics 40, 517 (1981)
          o W.L. Maier, "A Fast Pseudo Random Number Generator",
            Dr. Dobb's Journal, May, 152-157 (1991)