About the Tutorial



Download 2,85 Mb.
Pdf ko'rish
bet71/234
Sana28.05.2022
Hajmi2,85 Mb.
#614232
1   ...   67   68   69   70   71   72   73   74   ...   234
Bog'liq
python3 tutorial 060821094426

Return Value 
This method returns a random float r, such that 0.0 <= r <= 1.0 
Example 
The following example shows the usage of the 
random()
method. 
#!/usr/bin/python3 
import random 
# First random number 
print ("random() : ", random.random()) 
# Second random number 
print ("random() : ", random.random()) 
When we run the above program, it produces the following result- 
random() : 0.281954791393 
random() : 0.309090465205 
Number seed() Method 
Description 
The 
seed()
method initializes the basic random number generator. Call this function 
before calling any other random module function. 
Syntax 
Following is the syntax for the seed() method- 
seed ([x], [y]) 
Note:
This function initializes the basic random number generator. 
Parameters 

x - 
This is the seed for the next random number. If omitted, then it takes system 
time to generate the next random number. If x is an int, it is used directly. 

Y - 
This is version number (default is 2). str, byte or byte array object gets 
converted in int. Version 1 used hash() of x. 
Return Value 
This method does not return any value. 


Python 3 
86 
Example 
The following example shows the usage of the seed() method. 
#!/usr/bin/python3 
import random 
random.seed() 
print ("random number with default seed", random.random()) 
random.seed(10) 
print ("random number with int seed", random.random()) 
random.seed("hello",2) 
print ("random number with string seed", random.random()) 
When we run above program, it produces following result- 
random number with default seed 0.2524977842762465 
random number with int seed 0.5714025946899135 
random number with string seed 0.3537754404730722 

Download 2,85 Mb.

Do'stlaringiz bilan baham:
1   ...   67   68   69   70   71   72   73   74   ...   234




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish