You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importdpnpasnpn=50000x=np.random.random(n, device='gpu') # Random numbers generated on the default GPU devicey=np.random.random(n, device='gpu') # Random numbers generated on the default GPU deviceacc=np.count_nonzero(x*x+y*y<=1.0)
print("Magic Pi with numpy:", 4.0*acc/n)