Remove uniform_s/2 from old random code

This commit is contained in:
Heinz N. Gies 2017-08-01 11:37:18 +02:00
parent 38e9b0e80a
commit bbe763514b

View file

@ -37,9 +37,6 @@ uniform() ->
uniform(N) ->
random:uniform(N).
uniform_s(N, State) ->
random:uniform_s(N, State).
seed() ->
SW = os:timestamp(),
random:seed(erlang:phash2(self()), element(2, SW), element(3, SW)).