String genID({int? seed}) { final time = DateTime.now().millisecondsSinceEpoch; return genMd5('${time}_${Random(seed ?? time).nextDouble()}'); }