Jump to content

Multiple distinct objects: Difference between revisions

→‎{{header|Elixir}}: change :random -> :rand module
(→‎{{header|Elixir}}: change :random -> :rand module)
Line 300:
 
=={{header|Elixir}}==
<lang elixir>randoms = for _ <- 1..10, do: :randomrand.uniform(1000)</lang>
 
=={{header|Erlang}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.