mirror of
https://github.com/nushell/nushell.git
synced 2025-03-19 18:16:44 +01:00
13 lines
176 B
Markdown
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
|
||
|
```
|