import dd from 'ddeyes'

random = (start, end) =>
  Math.floor(Math.random()*(end - start)+start)

export default random
