RandomNumber.

Next() Method

Summary

Returns a non-negative random integer
Namespace
Faker
Containing Type
RandomNumber

Syntax

public static int Next()

Return Value

Type Description
int A 32-bit signed integer that is greater than or equal to 0 and less than System.Int32.MaxValue.

See Also

  • System.Random.Next
GitHub