Get your own Python server Result Size: 625 x 565
x
 
from numpy import random
x = random.rand(5)
print(x)
[0.1766359 0.0630191 0.4324705 0.6171330 0.2347229]