Skip to content

Commit

Permalink
[uf-random] cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zwets committed Dec 23, 2020
1 parent b68dbf3 commit 52903c1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions uf-random
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,7 @@ Usage: $(basename $0) [OPTIONS] [CHARS]
The CHARS argument can be used to create sequences from any alphabet.
To create biased sequences, repeat characters in CHARS so they have the
desired proportions. E.g. \'AACCCTTGGG\' yields sequences with 60% GC.
NOTE: the current implementation uses the \$RANDOM builtin to obtain random
numbers. This is bash specific. TODO: change to read from /dev/urandom.
desired proportions. E.g. 'AACCCTTGGG' yields sequences with 60% GC.
" >&2
exit ${1:-1}
}
Expand Down

0 comments on commit 52903c1

Please sign in to comment.