public class Random
Public Class Random
public ref class Random
type Random = class end
Random | Initializes a new instance of the Random class |
UseIntelMKL | Use Intel MKL |
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) |
FromSamples(Int32, Double, UInt32) | Random numbers from samples. |
FromSamples(Int32, Double, UInt32) | Random numbers from samples. |
Gaussian(Int32, Double, Double, UInt32) | Normally distributed random numbers. |
Gaussian(Int32, Double, Double, UInt32) | Normally distributed random numbers. |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |
Uniform(Int32, Double, Double, UInt32) | Uniformly distributed random numbers. |
Uniform(Int32, Double, Double, UInt32) | Uniformly distributed random numbers. |