Hello,

Sign up to join our community!

Welcome Back,

Please login to your account!

Forgot Password,

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Here is my use case: I want to keep a list of unique numbers and once in a while (every week for example) an endpoint is called to draw a random number from the previous list. The list is then entierly cleared. I thought SetMapper would be the best choice for this usecase. Am I mistaken?