Default property
Random
get
Default
The default random number generator.
On JVM this generator is thread-safe, its methods can be invoked from multiple threads.
Implementation
static math.Random get Default => math.Random.secure();