Verify distribution uniformity/Naive: Difference between revisions

Content added Content deleted
m (syntax highlighting fixup automation)
(→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)")
Line 2,059: Line 2,059:
Smooth!
Smooth!


=={{header|Vlang}}==
=={{header|V (Vlang)}}==
{{trans|go}}
{{trans|go}}
<syntaxhighlight lang="vlang">import rand
<syntaxhighlight lang="v (vlang)">import rand
import rand.seed
import rand.seed
import math
import math