BaseVirtualFileSystem({Random? random, required String name}) : random = random ?? Random.secure(), super(name);