Thursday 12 January 2012

Javascript

function randomRange(min,max){
  return Math.random()*(max-min) + min;
}

No comments:

Post a Comment