Simulated annealing: Difference between revisions

Content deleted Content added
Thundergnat (talk | contribs)
m syntax highlighting fixup automation
PureFox (talk | contribs)
m →‎{{header|Wren}}: Minor tidy
Line 3,768: Line 3,768:
{{libheader|Wren-math}}
{{libheader|Wren-math}}
{{libheader|Wren-fmt}}
{{libheader|Wren-fmt}}
<syntaxhighlight lang="ecmascript">import "random" for Random
<syntaxhighlight lang="wren">import "random" for Random
import "/math" for Math
import "./math" for Math
import "/fmt" for Fmt
import "./fmt" for Fmt


// distances
// distances