function getRandom(range) {
	return Math.round(Math.random() * range);
}

