Skip to content

Instantly share code, notes, and snippets.

@GeorgeSeif
Created January 30, 2021 18:12
Show Gist options
  • Save GeorgeSeif/248fc08cde076e82502fce057b0be163 to your computer and use it in GitHub Desktop.
Save GeorgeSeif/248fc08cde076e82502fce057b0be163 to your computer and use it in GitHub Desktop.
import numpy as np
data_size = 1000
data = np.random.normal((100, 100, 100), (20, 20, 20), (data_size, 3))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment