Code:
fixed my_random(fixed min,fixed max)
{
	return min + random(max - min);
}




Always learn from history, to be sure you make the same mistakes again...