Kyorai / riak_core

Distributed systems infrastructure used by Riak.
Apache License 2.0
101 stars 23 forks source link

use the random module name #14

Closed getong closed 7 years ago

getong commented 7 years ago

I used the sed to replace all the changes, and forgot to replace some back. Sorry for my careless.

Licenser commented 7 years ago

I had to revert all changes as they were no functional.

getong commented 7 years ago

@Licenser Should I make a new pr, and which branch should I merge to?

Licenser commented 7 years ago

The code requires seed to be an actual function with a effect. Some part of core depend on the determinism of setting a seed and getting the same results from it. That seems not the case for rand from what I saw in the riak_core_rand module.