function calcRandom(num) {
	return Math.round(Math.random()*num)
}