nushell/old_nushell/docs/commands/random-bool.md
Fernando Herrera fdce6c49ab engine-q merge
2022-02-07 19:11:34 +00:00

389 B

random bool

Generate a random boolean value

Usage

> random bool {flags} 

Flags

  • -h, --help: Display this help message
  • -b, --bias : Adjusts the probability of a "true" outcome

Examples

Generate a random boolean value

> random bool

Generate a random boolean value with a 75% chance of "true"

> random bool --bias 0.75