Skip to main content
formatting
Source Link
Uri Agassi
  • 37.5k
  • 16
  • 82
  • 96

This is correct formula to find integers from ii to jj where i <= R <= ji <= R <= j

FLOOR(min+RAND()*(max-min))

FLOOR(min+RAND()*(max-min))

This is correct formula to find integers from i to j where i <= R <= j

FLOOR(min+RAND()*(max-min))

This is correct formula to find integers from i to j where i <= R <= j

FLOOR(min+RAND()*(max-min))
Source Link

This is correct formula to find integers from i to j where i <= R <= j

FLOOR(min+RAND()*(max-min))