DMarby / picsum-photos

Lorem Ipsum... but for photos.
https://picsum.photos
MIT License
2.2k stars 152 forks source link

Seed 0 and 1 #67

Closed ANDREYDEN closed 4 years ago

ANDREYDEN commented 4 years ago

Both https://picsum.photos/seed/0/200/300 and https://picsum.photos/seed/1/200/300 forward to the same image https://i.picsum.photos/id/134/200/300.jpg

DMarby commented 4 years ago

Hi,

The seed endpoint is just a way to get the same random image, when using the same seed, every time. There's no guarantees as to which image a given seed returns, it's random, so this works as intended.