Skip to content

Commit

Permalink
[2487] Fixed random selection issue
Browse files Browse the repository at this point in the history
Signed-off-by: sudeeptarlekar <sudeeptarlekar@gmail.com>
  • Loading branch information
sudeeptarlekar committed May 2, 2022
1 parent b78a47e commit 04d2703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/faker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def own_locale
end

def random
@random || Random.new
@random || Random
end
end
end
Expand Down

0 comments on commit 04d2703

Please sign in to comment.