createRandomImageUrl

fun createRandomImageUrl(width: Int, height: Int): String
fun createRandomImageUrl(width: Int, height: Int, isLandscape: Boolean): String
fun createRandomImageUrl(width: Int, height: Int, isLandscape: Boolean, endpoint: Boolean = true): String