nDRandom

Tool that outputs a random coordinates generator in n-th dimensions.
This program is web sample version of nDRandom.
These samples are pieces of generative art.

Random Rectangles

						
Random values: X = (x1, x2, ... , x7)
x1: relative x coordinate
x2: relative y coordinate
x3: relative width
x4: relative height
x5: R value of RGB color
x6: G value of RGB color
x7: B value of RGB color

Random Triangular Planes

						
Random values: X = (x1, x2, ... , x11)
x1: relative x coordinate of an origin
x2: relative y coordinate of an origin
x3: the first relative distance from the origin
x4: the second relative distance from the origin
x5: the third relative distance from the origin
x6: the first horizontal angle
x7: the second horizontal angle
x8: the third horizontal angle
x9: R value of RGB color
x10: G value of RGB color
x11: B value of RGB color

Random Single Triangular Plane

						
Random values: X = (x1, x2, ... , x11)
x1: relative x coordinate of an origin (= width/2)
x2: relative y coordinate of an origin (= height/2)
x3: the first relative distance from the origin
x4: the second relative distance from the origin
x5: the third relative distance from the origin
x6: the first horizontal angle
x7: the second horizontal angle
x8: the third horizontal angle
x9: R value of RGB color
x10: G value of RGB color
x11: B value of RGB color