mirror of
https://github.com/nushell/nushell
synced 2024-11-15 09:27:08 +00:00
8c0a2d3c15
* Finish updating * a couple improvements * Update renames * cleanup examples
391 B
391 B
title | layout | version |
---|---|---|
random bool | command | 0.59.0 |
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