From 52903c1537a2f5e74404ac1018a0ab060c258a83 Mon Sep 17 00:00:00 2001 From: Marco van Zwetselaar Date: Wed, 23 Dec 2020 15:50:09 +0300 Subject: [PATCH] [uf-random] cosmetic changes --- uf-random | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/uf-random b/uf-random index a9a8cba..a300f93 100755 --- a/uf-random +++ b/uf-random @@ -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} }