erlang-uuid icon indicating copy to clipboard operation
erlang-uuid copied to clipboard

Erlang UUID Module

Results 5 erlang-uuid issues
Sort by recently updated
recently updated
newest added

``` 2> uuid:to_binary(uuid:v4()). ** exception error: no function clause matching lists:'-filter/2-lc$^0/1-0-'() (lists.erl, line 1271) in function uuid:to_binary/1 (uuid.erl, line 54) ```

Hi, I've made some improvements on project structure and readme. If you think it's good enough, please merge it. Thanks!

The uuid library uses the 'random' library to generate random numbers. Unfortunately this library defaults to using a constant seed and so the sequence of uuids generated by a new...