floorTo(value, place, base) → {number}
new RandomDataGenerator(seeds) An extremely useful repeatable random data generator. Based on Nonsense
roundTo(value, place, base) → {number}
smoothstep(x, min, max) → {float} Smoothstep function as detailed at http://en.wikipedia.org/wiki/Smoothstep
wrap(value, min, max) → {number} Ensures that the value always stays between min and max, by wrapping
between(min, max) → {number} Returns a random integer between and including min and max.This
angle() → {number} Returns a random angle between -180 and 180. Returns
maxProperty() → {number} Variation of Math.max that can be passed a property and either an array
within(a, b, tolerance) → {boolean} Checks if two values are within the given tolerance of each
uuid() → {string} Returns a valid RFC4122 version4 ID hex string from https://gist.github.com/1308368
Page 5 of 9