In my AGV system, I want to install a random storage policy: when for example a red pallet comes in, it should pick a random storage lane. I want to assign a probability to each storage position basically. Now it takes the first available. When another red comes in however, it should be placed in the same storage lane as the previous red pallet.
Can someone please help me with this?