I have utilized a random sampling workflow to generate random samples of data I have input. However, I noticed that I am locked into only using a specified set seed number in my workflow -- Therefore, if I were to rerun it on the same data again I would receive the same sample as the first run of the workflow.
Does anyone know of a way to insert a formula to randomize the "random seed" field for the deterministic output, so that I don't always end up with the same seed used if I rerun my workflow?