nushell/docs/commands/random.md

13 lines
176 B
Markdown
Raw Normal View History

# random
Use `random` to generate random values
* `random uuid`: Generate a random uuid4 string
## Examples
```shell
> random uuid
8af4de39-acbc-42f0-94d1-7cfad6c01f8b
```