I recently needed to use a RandomNumberGenerator in a workspace but I needed to have no duplicate values in the random numbers. In my case I was creating a Bingo Sheet but I can see how having no duplicate values would be handy for anonymizing data.
I got around this limitation by adding a duplicate filter and a loop in a custom transformer.
Has anyone else encountered this or is interested in this functionality? Please leave a comment below with your use case.