Suggestion: https://pytorch-lightning.readthedocs.io/en/latest/api/pytorch_lightning.utilities.seed.html should reference https://pytorch.org/docs/stable/notes/randomness.html
When I initially starting using PyTorch Lightning I (wrongfully) assumed that invoking seed_everything() was sufficient. Now I see I need to invoke much more. It would be useful if the PyTorch Lightning documentation linked to the PyTorch documentation on this topic.