Skip to content

Instantly share code, notes, and snippets.

@w7089
Last active September 16, 2021 06:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save w7089/b22522267e333d47c15cc3f234c3864c to your computer and use it in GitHub Desktop.
Save w7089/b22522267e333d47c15cc3f234c3864c to your computer and use it in GitHub Desktop.
create random array of 5000 integers in range in python
python3 -c 'import numpy as np;randnums = list(np.random.randint(1,101,5000));print(randnums)' | xsel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment