Get your own Python server Result Size: 625 x 565
x
 
from numpy import random
x = random.rand(5)
print(x)
[0.4691537 0.2780459 0.0248535 0.3093665 0.1420711]