Random Seed function in Python [Numpy and Random module]

preview_player
Показать описание

💎 In this video, we will talk about the meaning of random seed (random seed concept) in python. And also we will study it in two famous packages. I mean numpy random seed and random random seed in python.

➖➖➖➖➖➖➖➖➖➖
▶️ Our Machine Learning Tutorial Playlist:

▶️ Jupyter Notebook Tutorial playlist:

➖➖➖➖➖➖➖➖➖➖

==================================
NumPy Tutorial Playlist (NumPy Crash Course):
==================================
Рекомендации по теме
Комментарии
Автор

Really Nice. Thanks a ton!!
Please make more useful videos like this.

stevefrickingsmith
Автор

Thanks a lot I got it, cause you make it clear as sun to me

taherismail
Автор

when can that "6" in randint(1, 6) be exclusive or inclusive? So why in x.append(random.randint(1, 6)) that 6 is inclusive ? is it a bug in random package?

huij