-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bc02809
commit 103f1a4
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
`--randseed` *positive integer* | ||
: Set the seed for the pseudo-random generator. A given seed always | ||
produces the same results, which is useful for replicability. By | ||
default, if this option is not used, or if the seed is set to the | ||
special value zero (0), vsearch uses a pseudo-random seed. | ||
default, vsearch uses a pseudo-random seed if this option is not used, | ||
or if the seed is set to the special value zero (0). | ||
|