Opened 13 years ago
Closed 13 years ago
#2378 closed defect (fixed)
TA cumulative errors in x for multiple turtles
Reported by: | tonyforster | Owned by: | walter |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | Unspecified |
Component: | Turtleart | Version: | Unspecified |
Severity: | Unspecified | Keywords: | |
Cc: | Distribution/OS: | Unspecified | |
Bug Status: | Unconfirmed |
Description
See http://tonyforster.blogspot.com/2009/12/turtle-random-v2.html
, the 2010 update with multiple turtles, source
http://wiki.sugarlabs.org/go/File:Turtle_Blocks_Activity_randomv3.ta
Remove the setxy after the comment block and the histogram skews to the right
Attachments (1)
Change History (3)
comment:1 Changed 13 years ago by walter
comment:2 Changed 13 years ago by walter
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed in http://git.sugarlabs.org/projects/turtleart/repos/mainline/commits/0d1384fe289b6e490a98483bbec76ebc23e03969
(Note that with the fix to #2380, you will need to change your call to random from 0-2 to 0-1)
I'll attach a version of v99 with the latest patches, including the fixes to #2378, #2380, and #2313