Skip to content

Commit 176fa19

Browse files
committed
link fix
1 parent 2492b00 commit 176fa19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,14 +159,14 @@ ge.shuffle(u); // <6>
159159
160160
1. Prints a random integer from $[1,10]$, where each integer is equally likely to occur.
161161
2. Prints a random real from a uniform distribution over $[1,10)$
162-
3. Prints a random variate from a normal distribution with mean 70 and standard deviation 15.
162+
3. Prints a random variate from a normal distribution with a mean of 70 and a standard deviation of 15.
163163
4. Fills an array `v` with ten random variates from that same distribution.
164164
5. Fills an array `u` with five elements drawn from `v` without replacement.
165165
6. Shuffles the elements of `u`.
166166
167167
### Extra Analysis
168168
169-
Extra non-member functions for generator analysis are defined if the [``bit`][] library is available.
169+
Extra non-member functions for generator analysis are defined if the [`bit`][] library is available.
170170
171171
`bit` is a `C++` library for doing linear algebra over [GF(2)][] the simplest field of two elements $\{0,1\}$, where the usual arithmetic operations are performed mod 2.
172172
The `bit` library is header only and is easily incorporated into any application.

0 commit comments

Comments
 (0)