This "extras" package provides the following utilities to complement `ceylon.random`:
- [[platformRandom]]: Returns an instance of [[ceylon.random::Random]] that delegates
the platform default random number generator.
- [[platformSecureRandom]]: Returns an instance of [[ceylon.random::Random]] that
delegates the platform default secure random number generator, or `null` if a
secure random number generator is not available.