Ran |
public class Ran205 : RandomGenerator
The Ran205 type exposes the following members.
| Name | Description | |
|---|---|---|
| Ran205 | Initializes a new instance of the Ran205 class | |
| Ran205(UInt32) | Initializes a new instance of the Ran205 class |
| 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) |
References: (1) P. L'Ecuyer, "Combined Multiple Recursive Generators," Operations Research 44, 5, pp. 816-822 (1996), see figure 1. (2) recommended in: P. L'Ecuyer, "Random number generation", chapter 4 of the Handbook on Simulation, Ed. Jerry Banks, Wiley, 1997. Notes: - This generator is very slow