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() ->

@ariel-anieli ariel-anieli force-pushed the remove-random-uniform branch from a0f7c08 to 8ec51ca Compare June 13, 2024 19:35
@ariel-anieli ariel-anieli requested a review from ferd June 14, 2024 16:33
* 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() ->
```
@ariel-anieli ariel-anieli force-pushed the remove-random-uniform branch from 8ec51ca to 15126e0 Compare June 20, 2024 11:17
@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