In <a href="http://www.erlang.org/doc/man/random.html">http://www.erlang.org/doc/man/random.html</a> I see this line:<br><br><span class="bold_code">seed(X1 :: {A1, A2, A3}) -> undefined | <span class="bold_code"><a href="http://www.erlang.org/doc/man/random.html#type-ran">ran()</a></span></span><br>
<br>Whats the '::' ?<br>Also I cant figure out how to read what follows the '->'<br><br>Please note I am not so much interested in the specifics of random numbers as in being able to read the manual!<br>