RandomNumber.

NextDouble() Method

Summary

Returns a random floating-point number that is greater than or equal to 0.0, and less than 1.0.
Namespace
Faker
Containing Type
RandomNumber

Syntax

public static double NextDouble()

Return Value

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

  • System.Random.NextDouble
GitHub