randomNum = (len) -> parseInt ((Math.floor(Math.random() * 10)).toString() for n in [1..len]).join('')
