Get Random Boolean

Get a random boolean value (true or false).

CategoryRandom
AuthorPol Gubau
Since1.0.4
Last Updated2025-03-17
TypeSync
CompatibilityUniversal

Example

  • Input

    getRandomBoolean()

    Output:

    true

Return

A random boolean value.

Type: boolean

Notes

The probability of true and false is 50% each.

Tags

  • random
  • boolean

Related