| # | Line 85 | Line 85 | pass1scan( /* process first pass scanline */ | |
|---|---|---|
| 85 | copycolor(hp->val, scan[x]); | |
| 86 | hp->x = x; | |
| 87 | hp->y = y; | |
| 88 | < | hp->slope = tan(PI*(0.5-(random()%npts+0.5)/npts)); |
| 88 | > | hp->slope = tan(PI*(0.5-(irandom(npts)+0.5)/npts)); |
| 89 | hp->next = head; | |
| 90 | head = hp; | |
| 91 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |