public class RandomMKL
Public Class RandomMKL
public ref class RandomMKL
type RandomMKL = class end
RandomMKL | Initializes a new instance of the RandomMKL class |
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. |