What does torch.cuda.seed_all to use for?

I do not understand what does “Sets the seed for generating random numbers to a random number on all GPUs” mean, and what is the difference between torch.cuda.mamual_seed_all and torch.cuda.seed_all.