ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

137,895 results

Tony Zhang
How computers generate RANDOMNESS from math

A computer's just a bunch of wires that can do calculations right? there shouldn't be a way to arbitrarily pick random numbers, ...

5:06
How computers generate RANDOMNESS from math

96,608 views

4 years ago

Khan Academy Labs
Pseudorandom number generators | Computer Science | Khan Academy

Random vs. Pseudorandom Number Generators Watch the next lesson: ...

6:41
Pseudorandom number generators | Computer Science | Khan Academy

388,818 views

11 years ago

Computerphile
True Random Numbers - Computerphile

Programs aren't capable of generating true random numbers, so how can we? Are they even useful? Dr Valerio Giuffrida ...

12:16
True Random Numbers - Computerphile

147,598 views

2 years ago

PwnFunction
How To Predict Random Numbers Generated By Computers

In this episode we'll break the Math.random method in JavaScript with z3. Snyk is free forever. Sign up with my link ...

13:54
How To Predict Random Numbers Generated By Computers

685,570 views

3 years ago

BearTheCoder
Randomness is calculated - Linear Congruential Generators Explained

... Linear Congruential Generator Wiki: https://en.wikipedia.org/wiki/Linear_congruential_generator "Random Number Generators" ...

10:48
Randomness is calculated - Linear Congruential Generators Explained

18,310 views

4 years ago

Computerphile
Random Numbers with LFSR (Linear Feedback Shift Register) - Computerphile

A simple bit-shift operation can generate amazing random strings of numbers. Dr Mike Pound explains then codes it in Python.

13:51
Random Numbers with LFSR (Linear Feedback Shift Register) - Computerphile

357,720 views

4 years ago

the roadmap
How do random number generators work? | Random Numbers

There is nothing truly random when it comes to computers. Computers do what they are told to do. In this video, we cover all about ...

4:14
How do random number generators work? | Random Numbers

114,388 views

4 years ago

Vegas Education
PROOF slot machines aren't totally random

Slots machine math. How do slot machines work? Finally, you'll actually be able to understand it with proof to back it up. Are slot ...

4:13
PROOF slot machines aren't totally random

111,712 views

3 years ago

People also watched

Dave Ackley
NMCS4ALL: Random number generators

Twenty minute introduction to randomness and pseudorandom number generators, with demos. The New Mexico CS for All ...

20:10
NMCS4ALL: Random number generators

75,886 views

12 years ago

Recap On Tap
How Computers REALLY Generate Random Numbers..

How Computers REALLY Generate Random Numbers.. Welcome back to Creative Focus. For the channel today, we are going to ...

8:55
How Computers REALLY Generate Random Numbers..

5,275 views

3 years ago

Coding Math
Coding Math: Episode 51 - Pseudo Random Number Generators Part I

Back to School Special. This short series will discuss pseudo random number generators (PRNGs), look at how they work, some ...

13:59
Coding Math: Episode 51 - Pseudo Random Number Generators Part I

83,782 views

9 years ago

Bro Code
Random numbers in NumPy are easy! 🎲

coding #python #numpy Random numbers in NumPy are useful for simulations, modeling, applying random transformations, and ...

7:51
Random numbers in NumPy are easy! 🎲

11,656 views

6 months ago

Veritasium
Why is this number everywhere?

The number 37 is on your mind more than you think. Head to https://brilliant.org/veritasium to start your free 30-day trial and get ...

23:51
Why is this number everywhere?

11,566,635 views

1 year ago

CodeVault
Random number generation in C

Why and how to properly generate a random number with the rand function.

7:23
Random number generation in C

38,408 views

7 years ago

Eddie Woo
Random Numbers (1 of 2: True vs. Pseudo RNGs)

... of mathematical process an algorithm to get your generation of random numbers right necessarily all the numbers are going to ...

13:30
Random Numbers (1 of 2: True vs. Pseudo RNGs)

40,775 views

11 years ago

Koolac
Random Seed Method in Python [NumPy + Random module]

Tutorial on how to use the random seed method from the python Random module and NumPy module. Random Seed method ...

7:04
Random Seed Method in Python [NumPy + Random module]

32,761 views

4 years ago

Portfolio Courses
A Better Seed For Random Number Generation Than The Current Time | C Programming Example

In C programming it is common to see time(NULL) used as the seed to the random number generator. This can cause a program ...

6:10
A Better Seed For Random Number Generation Than The Current Time | C Programming Example

5,709 views

4 years ago

Tech With Tim
Why Random Numbers Aren't Random

Welcome to another video! In this video, I'm going to show why random numbers are not random. In most computer programming ...

9:17
Why Random Numbers Aren't Random

80,583 views

4 years ago

Low Level
how does “random” work?

In this video, I talk about the glibc implementation of a random number generator, rand, why it's bad, and what other options there ...

4:42
how does “random” work?

78,315 views

2 years ago

Ivan Ludvig
Hacking Google Random Number Generator

ivanludvig.dev/tech/google-random.

0:20
Hacking Google Random Number Generator

7,345 views

2 years ago

Neso Academy
Pseudorandom Number Generator (PRNG)

Network Security: Pseudorandom Number Generator (PRNG) Topics discussed: 1. Need for Randomness in real-time. 2.

11:37
Pseudorandom Number Generator (PRNG)

89,012 views

2 years ago

Indently
Why Is "random.seed()" So Important In Python?

Why is random.seed() so important in Python? Well, let's find out together in this video! ▷ Become job-ready with Python: ...

2:45
Why Is "random.seed()" So Important In Python?

38,060 views

3 years ago

Vsauce
What is Random?

My twitter: https://twitter.com/tweetsauce My instagram: http://instagram.com/electricpants Generate random numbers using ...

11:12
What is Random?

12,174,649 views

11 years ago

Numberphile
Random Numbers - Numberphile

Using radioactive material to generate random numbers... Subscribe to our new channel COMPUTERPHILE here ...

11:39
Random Numbers - Numberphile

1,140,682 views

12 years ago

Bro Code
C random numbers 🎲

C random number generator tutorial example explained #C #random #numbers int main() { //pseudo random numbers = A set of ...

3:15
C random numbers 🎲

88,490 views

4 years ago

NeuralNine
Pseudo-Random Number Generator From Scratch in Python

Today we learn how to generate pseudo-random numbers from scratch in Python using a Linear Congruential Generator (LCG).

15:46
Pseudo-Random Number Generator From Scratch in Python

11,731 views

2 years ago

Next LVL Programming
How To Predict RNG Algorithm? - Next LVL Programming

Subscribe: https://www.youtube.com/@NextLVLProgramming/?sub_confirmation=1 #RandomNumberGenerator #Coding ...

2:53
How To Predict RNG Algorithm? - Next LVL Programming

771 views

10 months ago

UFD Tech
Actual Random Number Generator

https://www.epidemicsound.com/track/DrOEXYqLxo/

0:55
Actual Random Number Generator

354,769 views

10 months ago

Portfolio Courses
Random Number Generation | C Programming Tutorial

An overview of how to do random number generation in C. Source code: ...

5:59
Random Number Generation | C Programming Tutorial

7,516 views

4 years ago