fork download
  1. import random
  2.  
  3. print([random.uniform(-1, 1) for _ in range(20)])
  4.  
  5. #https://pt.stackoverflow.com/q/345368/101
Success #stdin #stdout 0.01s 36984KB
stdin
Standard input is empty
stdout
[-0.24308326509677425, 0.3175474826735223, -0.2870704008902101, -0.8562436928497077, 0.8808840861149945, 0.8878339903027519, -0.28843643177559586, -0.5420315236551496, 0.7230587122463434, 0.060222163590082145, -0.26381426730354707, 0.3191463786981985, -0.07749782467246047, -0.7837726309260888, 0.35485657654315506, 0.024043784698019266, -0.12003650893208184, -0.7880184504574381, 0.905064086876193, -0.24565423326511193]