fields[5] = RandomUtil.randomName(r, buffer, 6, 16).toString();
}
// Latitude, we do not get addresses in polar circles. So the limit
fields[6] = String.format("%.6f", r.drandom(-66.560556d, 66.560556d));
fields[7] = String.format("%.6f", r.drandom(-179.999999d, 180d));
}
public void load() {
ThreadConnection c = ThreadConnection.getInstance();
try {