Help for this page
f(1) -> io:format("I got one!"); ... f(random:uniform(1000)). f("Now eat this!"). %% runtime error
-module(fns). -export([run_test/0]). ... end), io:format("~w microseconds~nResult: ~w~n", [Time, Result]).
93267 microseconds Result: 500464