I currently have a workflow that generates a random sample using the deterministic output of a random seed. Since the workflow processes a large amount of data, it is more efficient to run it using the AMP engine.
According to the Alteryx website, the Random % Sample Tool in deterministic output mode selects different records with AMP (see below).

Tool Use with AMP
My question is: will this always change the output of the sample, even if the order of the records input into the tool remains the same? In summary, I need the generated sample to remain consistent each time it is run, unless there are changes to the workflow or the input file.
I was considering sorting the data before the Random Sample Tool to ensure that, even if the AMP engine alters the order of the output from some tools, the sort would maintain a consistent order for the Random Tool.
Please let me know your thoughts on whether this approach would work or if there is no way to rely on the AMP engine for generating a consistent sample.