start

Recherche

Voici les résultats de votre recherche.

simulations_random_walks_codes
16 Occurrences trouvées, Dernière modification :
unctions of interest : choice, randint, seed """ from random import * facepiece = ['pile','face'] val... ge(1): # choice : random choice of an element from a list print(choice(facepiece), choice(valeur... y> #!/usr/bin/env python # -*- coding: utf-8 -*- from random import * # cf. documentation cf http://... ve.py> #!/usr/bin/python # -*- coding: utf-8 -*- from tkinter import * import time window = Tk() sizex
paradoxe_anniversaires
4 Occurrences trouvées, Dernière modification :
la solution doit pouvoir être généralisée ! """ from math import log, exp # nombre de possibilités di... rintuitive phenomenon : * Choose a random card from a deck of 52 cards. Put it back, shuffle well, an... probability of a collision when making k choices from a collection of N possibilities looks like $1-\fr... pens that the inflection point where things shift from collisions being very unlikely to instead being l
lancer_pieces
1 Occurrences trouvées, Dernière modification :
random_walk-1d-few_steps
1 Occurrences trouvées, Dernière modification :
sequences_brins_adn
1 Occurrences trouvées, Dernière modification :
a formule de Striling pour des grands nombres """ from math import * def logfactstir(j): # approxima
simulations_random_walks
1 Occurrences trouvées, Dernière modification :
  • start.txt
  • Dernière modification : 2021/09/09 08:56
  • de villersd