Damus
Nuh profile picture
Nuh
@Nuh
Turns out, I can take a batch number, and an offset in the range of IDs registered in that batch, and put them in a function that scrambles them without collisions... That is awesome because you can then map a whole range of IDs to one controller without listing all the IDs onchain, and while the resulting IDs in that range looking very random.

Happy day for me, and a reminder that I am not as good at math as I hope I would have been.
1
Nuh · 2w
Why is that important? Because I want to allow servers to basically claim a whole range of IDs with one small transaction that only includes the keys that the server is going to use to edit the information of any of these IDs. But I also want the server to be able to show users a random set of IDs ...