User Tools

Site Tools


appunti3s:random

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

appunti3s:random [2020/07/09 01:01] – created profproappunti3s:random [2020/07/09 01:34] (current) profpro
Line 4: Line 4:
 ====The pseudo-random generator==== ====The pseudo-random generator====
  
-Per altri scopi (seri) usare il modulo "secret" 
  
-  import random as ra +   import random 
-  + 
 +Anche il modulo numpy possiede un proprio generatore di numeri casuali 
 + 
 +   import numpy.random 
 + 
 +NOTA: Per altri scopi (seri) usare il modulo "secret" 
 + 
appunti3s/random.txt · Last modified: 2020/07/09 01:34 by profpro