Skip to content

Commit 459f073

Browse files
committed
Update after feedback
1 parent 7f80162 commit 459f073

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/stdlib/src/rand.erl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ The initial state is produced from a [seed](`seed/1`).
4949
This makes it possible to repeat for example a simulation with the same
5050
random number sequence, by re-using the same seed.
5151
There are also the functions `export_seed/0` and `export_seed_s/1`
52-
that captures the PRNG state in an `t:export_state/0` that
53-
can be used to start from a known state.
52+
that capture the PRNG state in an `t:export_state/0`,
53+
that can be used to start from a known state.
5454

5555
This property, and others, make the algorithms in this module
5656
unsuitable for cryptographical applications, but in the `m:crypto` module
@@ -294,7 +294,7 @@ The following algorithms are provided:
294294
Jump function: equivalent to 2^512 calls.
295295

296296
Since this generator operates on 64-bit integers that are bignums
297-
on a 64 bit platforms, it is much slower than `exro928ss` above.
297+
on 64 bit platforms, it is much slower than `exro928ss` above.
298298

299299
- **`exsp`** *(Since OTP 20.0)*
300300
Xorshift116+, 58 bits precision and period of 2^116-1

0 commit comments

Comments
 (0)