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.
final Random randomFallback = Random();