Get your own Python server Result Size: 625 x 565
x
 
from numpy import random
x = random.rand(5)
print(x)
[0.5158841 0.6452459 0.2785029 0.3895962 0.2392048]