File 2195-Rephrase-documentation-speed-performance.patch of Package erlang
From bcaca287bc81dd1b390db6001e085108b357bcc1 Mon Sep 17 00:00:00 2001
From: Raimo Niskanen <raimo@erlang.org>
Date: Fri, 1 Apr 2022 15:56:26 +0200
Subject: [PATCH 05/11] Rephrase documentation: speed -> performance
---
lib/stdlib/doc/src/rand.xml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/lib/stdlib/doc/src/rand.xml b/lib/stdlib/doc/src/rand.xml
index d45d0effca..262964aca9 100644
--- a/lib/stdlib/doc/src/rand.xml
+++ b/lib/stdlib/doc/src/rand.xml
@@ -851,7 +851,8 @@ end.</pre>
statistical properties of this generator when doing either.
Note also the caveat about weak low bits that
this generator suffers from.
- The generator is exported in this form primarily for speed.
+ The generator is exported in this form
+ primarily for performance.
</p>
</note>
</desc>
@@ -890,7 +891,7 @@ end.</pre>
from the paper "Tables of Linear Congruential Generators
of different sizes and good lattice structure" by
Pierre L'Ecuyer (1997) and they are selected
- for speed to keep the computation under
+ for performance to keep the computation under
the Erlang bignum limit.
</p>
<p>
@@ -939,7 +940,7 @@ end.</pre>
from the paper "Tables of Linear Congruential Generators
of different sizes and good lattice structure" by
Pierre L'Ecuyer (1997) and they are selected
- for speed to keep the computation under
+ for performance to keep the computation under
the Erlang bignum limit.
The addition constant has been selected to
15366142135 (it has to be odd) which looks
--
2.34.1