randomFallback top-level property

Random randomFallback
final

When you don't care about what Random object you have and don't want to create an unnecessary object you can use this pre-created object.

Implementation

final Random randomFallback = Random();