## Proposed refactor Use the wandb behavior (creating a random name) if no name is passed for the run or just let it `None` and wandb will deal with creating the name. ### Motivation I got 20 runs with all the same name which is not easy to navigate through ### Pitch Use a random name or name with a date or anything that would distinguish two runs. ### Additional context It's here: https://github.com/Lightning-AI/lightning/blob/9d02ad761c6c9360cba96e339d340c0cc2e572a8/src/pytorch_lightning/loggers/wandb.py#L300 cc @tchaton @rohitgr7 @awaelchli @morganmcg1 @borisdayma @scottire @manangoel99