<div dir="ltr">It depends on where you want the number to be unique (intra node/inter node), and the frequency of unique number generation (system calls are heavy), you can look at how you are generating the unique number. You can look at just having a counter too.<div><br></div><div>Theepan</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 18, 2015 at 12:34 PM, Martin Koroudjiev <span dir="ltr"><<a href="mailto:mrtndimitrov@gmail.com" target="_blank">mrtndimitrov@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I have code that users erlang:now/0 to get a unique number. What is the<br>
alternative in OTP 18? In the documentation for erlang:monotonic_time/0<br>
says that consecutive calls might produce same results.<br>
<br>
Thanks,<br>
Martin<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div><br></div>