/** * *REALLY* Small set of browser-compatible utility functions * * Author: Raphael Mannadiar * Date: 2014/08/14 */ utils = {}; utils.random = function() { return Math.random(); };