GameplayKit - Random

Does any body know if GamePlay Kit can generate “truly random number”?

Thank You!

Hi @praxon48, below should be able to produce a truly random number. print(GKRandomSource.sharedRandom().nextInt())

Best,
Gina

This topic was automatically closed after 166 days. New replies are no longer allowed.