Difference between revisions of "Random Movement"
Jump to navigation
Jump to search
(Creating page) |
(Marking as stub) |
||
Line 1: | Line 1: | ||
+ | {{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>). | ||
== See Also == | == See Also == | ||
− | [[Arbitrary Movement]] | + | * [[Arbitrary Movement]] |
[[Category:Movement|Random Movement]] | [[Category:Movement|Random Movement]] |
Revision as of 07:40, 13 November 2007
{{Stub))
A form of movement in which the direction to move is partly or entirely determined by a pseudorandom number generator (e.g. Math.random()
).