/joe/ITP/*.*
HOME | ABOUT
Joe Versoza. Projects, course journals and other nerdy goodness @ ITP.
<<PREV

02-23-2005
LETTURRRS

I like springs! (full post)

 

02-11-2005
RANDOMLY

A popular way of generating random numbers is using this recursive formula: x = (a * x' + c)%m where x' is the previous x (or the seed if there is no previous x). Tweaking the constants effect how "random" the numbers are. Graphing x against x' reveals patterns that show how effective a particular set of constants are at generating random numbers. (full post)


02-02-2005
STRINGS N' THINGS

Using verlet integration, projection and relaxation for physical simulations. (full post)