Summary
- Developers on the Sui Testnet now have access to secure randomness generated by Sui validators through the sui::random module
- Applications of onchain randomness include games of chance, random sampling, NFT creation, and contests/player matching
- Sui’s native randomness solution is faster and more secure than existing methods, leveraging threshold cryptography and DKG
- The sui::random module allows developers to implement secure pseudorandomness for various applications on the Sui platform