Button input to randomly pick a number, instead of number slider

I currently have a number slider providing the seed input for a random number component. Based on this number (between 0 and 1000), a series of random numbers are generated (within a given domain of 0.10 and 1.0) and fed into a bunch of CMYK components to generate 1001 different colour palettes. What I would like to do is to press a button instead of adjusting a slider (it’s a bit tedious), which picks an integer between 0 and 1000, which then gets used as seed number input for the random component.

Any help would be appreciated!

You can look at this discussion