RandomNoiseDistribution
Sample random noise of the required input size.
size (tuple[int]) – Shape of the sampled noise.
noise (np.array, shape (num_samples, num_nodes)) – Sample a random vector of noise terms.
standardize (bool, default False) – If True, remove empirical mean and normalize deviation to one.