Skip to content

Commit 8c9fff1

Browse files
Update doc/specs/stdlib_stats_distribution_exponential.md
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent d802eb8 commit 8c9fff1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/specs/stdlib_stats_distribution_exponential.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ An exponential distribution is the distribution of time between events in a Pois
1818

1919
Without argument the function returns a random sample from the standard exponential distribution `E(1)` with `lambda = 1`.
2020

21-
With single argument, the function returns a random sample from the exponential distribution `E(lambda)`. For complex arguments, the real and imaginary parts are independent of each other.
21+
With a single argument, the function returns a random sample from the exponential distribution `E(lambda)`.
22+
For complex arguments, the real and imaginary parts are sampled independently of each other.
2223

2324
With two arguments the function returns a rank one array of exponentially distributed random variates.
2425

0 commit comments

Comments
 (0)