Skip to main content
All docs
V24.2

StrongRandom.NextDouble() Method

Returns a cryptographically secure, non-negative random floating-point number in the range [0.0, 1.0).

Namespace: DevExpress.Data.Utils.Security

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

Declaration

public static double NextDouble()

Returns

Type Description
Double

A double-precision floating point number that is greater than or equal to 0.0, and less than 1.0.

See Also