Skip to content

Commit

Permalink
Merge pull request erlang#7047 from seb3s/patch-1
Browse files Browse the repository at this point in the history
fix typo in comment
  • Loading branch information
rickard-green authored Mar 24, 2023
2 parents 01a749d + e0db82f commit fb6db59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stdlib/src/rand.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1466,7 +1466,7 @@ dummy_seed({A1, A2, A3}) ->
%% the same sequence in the reverse order. The generator
%% CX1 = (A * CX0) rem P
%% that uses the multiplicative inverse mod P is, indeed,
%% an exact equevalent to the corresponding MWC generator.
%% an exact equivalent to the corresponding MWC generator.
%%
%% An MWC generator has, due to the power of two multiplier
%% in the corresponding MCG, got known statistical weaknesses
Expand Down

0 comments on commit fb6db59

Please sign in to comment.