lau / tzdata

tzdata for Elixir. Born from the Calendar library.
MIT License
298 stars 71 forks source link

chore(Warnings): Replace random with rand module due to elixir deprec… #119

Closed tomciopp closed 3 years ago

tomciopp commented 3 years ago

…ation warning

@lau :rand.uniform/1 has been around since OTP 18.0 so this should be an easy replacement.

https://erlang.org/doc/man/rand.html#uniform-1

lau commented 3 years ago

Thank you. Fixed in 957db47