You can go to the random beacon (call raw_rand on the management canister) to get some random bytes. From there you can seed an rng and/or use the custom get random function like in my comment above. Later I can post some code.
You can go to the random beacon (call raw_rand on the management canister) to get some random bytes. From there you can seed an rng and/or use the custom get random function like in my comment above. Later I can post some code.