Skip to content

Commit

Permalink
Merge branch 'upstream-master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuya6502 committed Nov 9, 2015
2 parents 63b3d53 + ae5048f commit a1da413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/irc_plugin.erl
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ random_nick(N) ->
[$a + random:uniform(26) - 1|random_nick(N-1)].

new_seed() ->
{_,_,X} = erlang:now(),
{_,_,X} = os:timestamp(),
{H,M,S} = time(),
H1 = H * X rem 32767,
M1 = M * X rem 32767,
Expand Down

0 comments on commit a1da413

Please sign in to comment.