Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
merged changes
  • Loading branch information
luuhq committed Mar 29, 2013
commit acf4cde176e6a4fe5a8dde4fce0ddfb645a437de
1 change: 1 addition & 0 deletions uuid.erl
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ v4() ->
random:uniform(1 bsl 12) - 1,
random:uniform(1 bsl 32) - 1,
random:uniform(1 bsl 30) - 1).

v4(R1, R2, R3, R4) ->
<<R1:48, 4:4, R2:12, 2:2, R3:32, R4: 30>>.

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.