Get your own Python server Result Size: 625 x 565
x
 
from numpy import random
x = random.rand(5)
print(x)
[0.0415834 0.5292292 0.9237990 0.4465903 0.0671628]