Chapitre 3(module import) Flashcards

1
Q

Retourne un entier choisi au hasard dans l’intervalle fermé[a,b]

A

import random

randit(a,b)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Renvoi un nombre aléatoire dans l’intervalle [0,1)

Entre 0 et 1

A

import random

radom( )

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Retourne un nombre aléatoire x dans l’intervalle [a,b]

A

import random

uniform(a,b)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly