Is there a ready-made program that allows you to calculate not sequential keys,
but your own values from an external or internal generator on the GPU?
I don't know if it exists, but it would be very inefficient for mathematical reasons; I wouldn't be able to perform modular inversion efficiently.
I'm working on a code that allows for arbitrary ranges, not powers of 2, as is often the case.