I've searched the documentation but couldn't find any function that generates personal random values for parties. There are methods for regint and cint called get_random but the documentation says they are insecure and public. So I assume those values are 1) synchronized between parties when generated; 2) synchronization happens without communication but because values are predictable for every party. Are my assumptions correct? What is the correct way to generate random personal regint/cint for each party?
I've searched the documentation but couldn't find any function that generates personal random values for parties. There are methods for regint and cint called get_random but the documentation says they are insecure and public. So I assume those values are 1) synchronized between parties when generated; 2) synchronization happens without communication but because values are predictable for every party. Are my assumptions correct? What is the correct way to generate random personal regint/cint for each party?