Boolean.

Next() Method

Summary

Generates a random Boolean value
Namespace
Faker
Containing Type
Boolean

Syntax

public static bool Next()

Return Value

Type Description
bool The random boolean value
GitHub