Difference between revisions of "Random points"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) |
A WASSERMANN (talk | contribs) |
||
Line 15: | Line 15: | ||
var p = board.createElement('point', | var p = board.createElement('point', | ||
[Math.random(),Math.random()],{style:5}); | [Math.random(),Math.random()],{style:5}); | ||
+ | } | ||
board.unsuspendUpdate(); | board.unsuspendUpdate(); | ||
} | } |
Revision as of 16:13, 7 December 2008