Skip to content

Instantly share code, notes, and snippets.

@matpalm
Last active June 6, 2020 20:09
Show Gist options
  • Save matpalm/c4b937cecd67b703c32bba413471f043 to your computer and use it in GitHub Desktop.
Save matpalm/c4b937cecd67b703c32bba413471f043 to your computer and use it in GitHub Desktop.
import numpy as np
def rnd(*args):
return np.random.random(args)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment