470-implement-rand10-using-rand7
DevGod needs to write a blog entry for this problem!
/**
* The rand7() API is already defined for you.
* var rand7 = function() {}
* @return {number} a random integer in the range 1 to 7
*/
var rand10 = function() {
};