Background: I want to assign a store number label to the inbound order. Let's say I have ten stores and one order per store. That means ten orders per day.
Question: how can I generate a array or value stream that includes 10 numbers (1-10) but in a random sequence? I was looking at commands like "randstate" and "randinit" but sorry I didn't understand the instruction.