msantos / procket

Erlang interface to low level socket operations
http://blog.listincomprehension.com/search/label/procket
BSD 3-Clause "New" or "Revised" License
283 stars 80 forks source link

Use rand:uniform instead of crypto:rand_unfiform #39

Closed tnt-dev closed 7 years ago

tnt-dev commented 7 years ago

crypto:rand_bytes/2 is deprecated is new Erlang releases and should be replaced with rand:uniform/1

msantos commented 7 years ago

Thanks!