Random Class

Random Class

Definition

Namespace: Metas.UncLib.Core.RandomGenerator
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public class Random
Inheritance
Object    Random

Constructors

RandomInitializes a new instance of the Random class

Properties

UseIntelMKL Use Intel MKL

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows 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.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns 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.

See Also