Difference between revisions of "Random Movement"

From Robowiki
Jump to navigation Jump to search
(Marking as stub)
m (Like an idiot, I forgot to hit the preview button first...)
Line 1: Line 1:
{{Stub))
+
{{Stub}}
  
 
A form of [[movement]] in which the direction to move is partly or entirely determined by a pseudorandom number generator (e.g. <code>Math.random()</code>).
 
A form of [[movement]] in which the direction to move is partly or entirely determined by a pseudorandom number generator (e.g. <code>Math.random()</code>).

Revision as of 07:41, 13 November 2007

This article is a stub. You can help RoboWiki by expanding it.

A form of movement in which the direction to move is partly or entirely determined by a pseudorandom number generator (e.g. Math.random()).

See Also