numtools

perform numerical operations on vectors and matrices in unix pipes
git clone git://src.adamsgaard.dk/numtools # fast
git clone https://src.adamsgaard.dk/numtools.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit 0e34ddab21453237635dd86fdee6cdcbd74a46d7
parent 8c32ab3c1a1437de373d18397a4c1051d169691b
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu,  5 May 2022 13:16:31 +0200

randcounts.1: minor grammar fix

Diffstat:
Mrandcounts.1 | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/randcounts.1 b/randcounts.1 @@ -44,7 +44,7 @@ Due to the randomness, your output may differ: .Dl $ randcounts 0.25 0.25 0.25 0.25 .Dl 0 1 0 0 .Pp -Put 100 point in two bins with 75% and 25% probability, respectively: +Put 100 points in two bins with 75% and 25% probability, respectively: .Pp .Dl $ randcounts -n 100 0.75 0.25 .Dl 78 22