Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replaced random_uniform/1 by rand:uniform/1 #178

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

ariel-anieli
Copy link

@ariel-anieli ariel-anieli commented Jun 13, 2024

  • leftover of 5118421
  • code base contains only one occurence of random_uniform/1
# git grep random_uniform
src/ec_file.erl:    UniqueNumber = erlang:integer_to_list(erlang:trunc(random_uniform() * 1000000000000)),
src/ec_file.erl:random_uniform() ->

* leftover of 5118421
* code base contains only one occurence of random_uniform/1

```
$ git grep random_uniform
src/ec_file.erl:    UniqueNumber = erlang:integer_to_list(erlang:trunc(random_uniform() * 1000000000000)),
src/ec_file.erl:random_uniform() ->
```
@ferd ferd merged commit 1fd0a51 into erlware:master Jul 2, 2024
4 checks passed
@ariel-anieli ariel-anieli deleted the remove-random-uniform branch July 2, 2024 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants