random dice for random> random dice {flags}
--dice, -d {int}: The amount of dice being rolled--sides, -s {int}: The amount of sides a die has| input | output |
|---|---|
| nothing | list<any> |
Roll 1 dice with 6 sides each
>random dice
Roll 10 dice with 12 sides each
>random dice-d10-s12
Copyright © 2019–2023 The Nushell Project DevelopersLicensed under the MIT License.
https://www.nushell.sh/commands/docs/random_dice.html