mercredi 20 avril 2022

Visualize random numbers generate

how can I visualize the random number which is generated in python without the help of any internal or external library of python?

This is the code I am trying with

def random(x,y):
  from time import time
  r = time() - float(str(time()).split('.')[0])
  random = r*(x-y)+y
  return random
random(23,53)



Aucun commentaire:

Enregistrer un commentaire