aboutsummaryrefslogtreecommitdiff
path: root/manuals/bc/N.1.md
diff options
context:
space:
mode:
Diffstat (limited to 'manuals/bc/N.1.md')
-rw-r--r--manuals/bc/N.1.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/manuals/bc/N.1.md b/manuals/bc/N.1.md
index ad1e603392ae..859c32e3e774 100644
--- a/manuals/bc/N.1.md
+++ b/manuals/bc/N.1.md
@@ -1433,7 +1433,7 @@ The extended library is a **non-portable extension**.
**frand(p)**
-: Generates a pseudo-random integer between **0** (inclusive) and **1**
+: Generates a pseudo-random number between **0** (inclusive) and **1**
(exclusive) with the number of decimal digits after the decimal point equal
to the truncated absolute value of **p**. If **p** is not **0**, then
calling this function will change the value of **seed**. If **p** is **0**,
@@ -1441,7 +1441,7 @@ The extended library is a **non-portable extension**.
**ifrand(i, p)**
-: Generates a pseudo-random integer that is between **0** (inclusive) and the
+: Generates a pseudo-random number that is between **0** (inclusive) and the
truncated absolute value of **i** (exclusive) with the number of decimal
digits after the decimal point equal to the truncated absolute value of
**p**. If the absolute value of **i** is greater than or equal to **2**, and