random image urls code example
Example 1: lorum picsum
<img src="https://picsum.photos/200"/>;
Example 2: execute random image and get from url
int i = (int)(myArrayList.size() * Math.random()) //you can get the random index
String url = myArrayList.remove(i), //then you can remove that variable from list
Example 3: lorem picsum
{
"id": "0",
"author": "Alejandro Escamilla",
"width": 5616,
"height": 3744,
"url": "https://unsplash.com/...",
"download_url": "https://picsum.photos/..."
}