Skip to content

Commit

Permalink
Revert "try diff alg"
Browse files Browse the repository at this point in the history
This reverts commit 74e4ba9.
  • Loading branch information
igas committed Oct 2, 2023
1 parent b091524 commit 193f219
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(:exs1024, {1, 1, 1})
:rand.seed(:exsplus, {1, 1, 1})
:ets.insert(:seed_registry, {self(), true})
end

Expand Down

0 comments on commit 193f219

Please sign in to comment.