How should a random number generator properly be implemented in REST?
GET RANDOM/
or..
POST RANDOM/
The se
POST is the weakest method and can used if other are not useful.
Why not GET: the result of GET-call can be cachet (cache-header, etag oder transparent proxies) and you dont will get random results ...