Back to Browse

Introduction to Programming with Python: Random Module (seeding, numbers, shuffling, etc.)

331 views
Mar 19, 2022
16:57

This video provides an overview of how to use the standard random module in Python. Specifically, it covers: -Common applications of random number generation -How to seed a random number generator -How to get random ints and random floats -Random numbers sampled from a uniform and Gaussian (normal) distribution -Shuffling, choosing random elements, and sampling subsets from lists This video is the sixth video in a multi-part series on getting started with the Python programming language. Next video in the series on lists: https://youtu.be/UN42bPpoF7k Source code on Github: https://github.com/gsprint23/Python-Data-Science-Crash-Course

Download

0 formats

No download links available.

Introduction to Programming with Python: Random Module (seeding, numbers, shuffling, etc.) | NatokHD