File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ The initial state is produced from a [seed](`seed/1`).
4949This makes it possible to repeat for example a simulation with the same
5050random number sequence, by re-using the same seed.
5151There 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
5555This property, and others, make the algorithms in this module
5656unsuitable 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
You can’t perform that action at this time.
0 commit comments