mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
Shorten some of the language in random docs
This commit is contained in:
parent
ef31aa94f8
commit
4c4020babe
1 changed files with 2 additions and 4 deletions
|
@ -10,10 +10,8 @@ random [SEED]
|
|||
`random` outputs a psuedo-random number from 0 to 32767, inclusive.
|
||||
Even ignoring the very narrow range of values you should not assume
|
||||
this produces truly random values within that range. Do not use the
|
||||
value for any cryptographic purposes. Even if you're using it to, for
|
||||
example, generate unique identifiers you should be careful about handling
|
||||
collisions; i.e., the same random number appearing more than once in a
|
||||
given fish instance.
|
||||
value for any cryptographic purposes, and take care to handle collisions:
|
||||
the same random number appearing more than once in a given fish instance.
|
||||
|
||||
If a `SEED` value is provided, it is used to seed the random number
|
||||
generator, and no output will be produced. This can be useful for debugging
|
||||
|
|
Loading…
Reference in a new issue