Get your own Python server Result Size: 625 x 565
x
 
from numpy import random
x = random.rand(5)
print(x)
[0.4174764 0.4882420 0.1815647 0.4850542 0.6686422]