Random numbers: Difference between revisions

→‎Alternate solution: wrong solution
m (moved to Common Lisp)
(→‎Alternate solution: wrong solution)
Line 297:
 
=== Alternate solution ===
{{incorrect|Common Lisp|The tasks is to compute '''1000 normal random numbers''', not 10 random integers between 1 and 9 as is done here.}}
 
I use [https://franz.com/downloads/clp/survey Allegro CL 10.1]
 
Line 326 ⟶ 328:
10: 7
</pre>
 
=={{header|D}}==
<lang d>import std.stdio, std.random, std.math;
1,336

edits