7 lines
76 B
Python
7 lines
76 B
Python
|
|
import numpy as np
|
|
|
|
for i in range(1000* 1000):
|
|
x=np.random.beta(1,2)
|
|
|