Skip to content

Commit

Permalink
Clarify docs for die
Browse files Browse the repository at this point in the history
  • Loading branch information
maraino committed Oct 27, 2023
1 parent 53eb468 commit 12263b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion command/crypto/rand/rand.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ The list of supported formats is the following:
The following special formats are also supported:
* die: generates a random number between 1 and 6 or the given argument,
* die: generates a random number between 1 and 6 (by default) or 1 and the
provided argument.
* prime: generates number of the given bit length that is prime with high
probability.
* uuid: generates a UUIDv4.
Expand Down

0 comments on commit 12263b8

Please sign in to comment.