plenoptic.set_seed# plenoptic.set_seed(seed=None)[source]# Set the seed. We call both torch.manual_seed and numpy.random.seed. Parameters: seed (int | None (default: None)) – The seed to set. If None, do nothing. Return type: None