NumericsConfiguration.DefaultRandomNumberGenerator Property

Note: This API is now obsolete.
Gets or sets the default random number generator.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
C#
[ObsoleteAttribute("Use the RandomSource property instead.")]
public static Random DefaultRandomNumberGenerator { get; }

Property Value

Random

See Also