You will probably need to use an array as permutation table. (permutation table is essentially an array anyway)
You can initially fill the array using AdvancedRandom. Then use Array.at(index) when you need a random value from the table. And you can save Array.AsJSON in Local storage.