Skip to content

Commit

Permalink
try diff alg
Browse files Browse the repository at this point in the history
  • Loading branch information
igas committed Oct 2, 2023
1 parent 9e70d3c commit 74e4ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/faker/random/test.ex
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule Faker.Random.Test do
end

defp set_seed([]) do
:rand.seed(:exsplus, {1, 1, 1})
:rand.seed(:exs1024, {1, 1, 1})
:ets.insert(:seed_registry, {self(), true})
end

Expand Down

0 comments on commit 74e4ba9

Please sign in to comment.