Get your own Python server Result Size: 625 x 565
x
 
from numpy import random
x = random.rand(5)
print(x)
[0.1081802 0.1986223 0.9945497 0.3872041 0.8553268]