nushell/docs/commands/random.md
2020-06-25 17:51:09 +12:00

13 lines
176 B
Markdown

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