Skip to content

Instantly share code, notes, and snippets.

@cosmic-cortex
Created June 9, 2020 06:05
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 cosmic-cortex/67d9ea9271eaa6e995b8c8d2fb974078 to your computer and use it in GitHub Desktop.
Save cosmic-cortex/67d9ea9271eaa6e995b8c8d2fb974078 to your computer and use it in GitHub Desktop.
from numpy.random import random as random_np
n_runs = 10000000
for _ in range(n_runs):
random_np()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment