The stock macros provide no easy method to randomly sort records in a repeatable (seeded) way. I've nudged the Alteryx Random % Sample macro in two small but useful ways:
- Changed the limit on the 'Percent of Records' control so you can now select 100%
- Added an 'Output in Random Order' checkbox
So for my purposes, I just use that checkbox and set the % to 100, and it becomes a seed-enabled random sorting macro. I take no credit for it, other than recognizing the clever method it uses for seeded random sorting, in the first place.