Advertisement
Matthen

Gingerbread Man

Apr 18th, 2013
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. Graphics[
  2. Table[
  3. {ColorData["DarkRainbow"][RandomReal[]], Point[
  4. Map[RotationTransform[5 Pi/4],
  5. NestList[
  6. Function[p,
  7. With[{x = p[[1]], y = p[[2]]}, {1 - y + Abs[x], x}]],
  8. RandomReal[{-2, 8}, 2], 1000]]
  9. ]}, {i, 100}], PlotRange -> {{-5, 5}, {-10, 4}}
  10. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement