Skip to content

Commit

Permalink
Tweak comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
okeuday committed Mar 13, 2016
1 parent 6522b89 commit c27a3f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uuid.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1335,7 +1335,7 @@ mac_address([{_, L} | Rest]) ->

-ifdef(ERLANG_OTP_VERSION_18_FEATURES).
pseudo_random(N) ->
% period 8.31e34
% assuming exsplus for 58 bits, period 8.31e34
rand:uniform(N).
-else.
pseudo_random(N) ->
Expand Down

0 comments on commit c27a3f4

Please sign in to comment.