random.3: srcfix: Don't break proper names into different lines

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Alejandro Colomar 2021-01-24 16:10:35 +01:00 committed by Michael Kerrisk
parent 48c3ffa776
commit 27fce38a2a
1 changed files with 2 additions and 2 deletions

View File

@ -184,8 +184,8 @@ for that purpose.
.PP
Random-number generation is a complex topic.
.I Numerical Recipes in C: The Art of Scientific Computing
(William H.\& Press, Brian P.\& Flannery, Saul A.\& Teukolsky, William
T.\& Vetterling; New York: Cambridge University Press, 2007, 3rd ed.)
(William H.\& Press, Brian P.\& Flannery, Saul A.\& Teukolsky,
William T.\& Vetterling; New York: Cambridge University Press, 2007, 3rd ed.)
provides an excellent discussion of practical random-number generation
issues in Chapter 7 (Random Numbers).
.PP