1
0
mirror of https://github.com/nushell/nushell.git synced 2025-06-09 19:46:56 +02:00

390 B

title, layout, version
title layout version
random bool command 0.59.1

Generate a random boolean value

Signature

> random bool --bias

Parameters

  • --bias {number}: 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