ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

141,292 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

97,640 views

4 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

148,122 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

687,041 views

3 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,741 views

2 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

389,864 views

11 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

824 views

11 months 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,352 views

3 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,529 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

358,750 views

4 years ago

People also watched

Christiaan008
DEFCON 17: Design and Implementation of a Quantum True Random Number Generator

Speaker: Sean Boyce Security Researcher The problem of generating "reasonable" approximations to random numbers has been ...

14:53
DEFCON 17: Design and Implementation of a Quantum True Random Number Generator

13,187 views

15 years ago

Doug H
Generate Random Numbers that Add Up to Given Amount  - Google Sheets

In this video, we're going to show you how to use the RAND and RANDBETWEEN in Google Sheets to generate a set of random ...

7:34
Generate Random Numbers that Add Up to Given Amount - Google Sheets

3,470 views

3 years ago

Eze Martínez
What is the most RANDOM thing in the world?

Some believe randomness exists, while others believe it's impossible. But what about quantum mechanics? Web Hosting: https ...

25:50
What is the most RANDOM thing in the world?

787,039 views

3 weeks 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,836 views

9 years ago

Quantum Steve
How To Generate Random Numbers On A Quantum Computer - Quantum Computing Tutorial

Keep up with the latest quantum computing research and sign up at https://www.paperparrot.ai/ I this video I will show you how to ...

11:48
How To Generate Random Numbers On A Quantum Computer - Quantum Computing Tutorial

4,186 views

5 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,828 views

11 years ago

Numberphile
Randomness is Random - Numberphile

Featuring Simon Pampena... Check out Brilliant (and get 20% off their premium service): https://brilliant.org/numberphile (sponsor) ...

13:31
Randomness is Random - Numberphile

887,095 views

7 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,678 views

4 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,973 views

7 months 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,424 views

7 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)

90,254 views

2 years ago

Next LVL Programming
How Are Random Numbers Generated For Cryptography? - Next LVL Programming

In this informative video, we will discuss the fascinating world of random number generation and its critical role in cryptography ...

3:21
How Are Random Numbers Generated For Cryptography? - Next LVL Programming

355 views

10 months ago

Zanzlanz
How hackers reverse Math.random()

Cryptographers out there: you have my respect!! This stuff gets wild! If you like what you see and hear, join the credits!

15:29
How hackers reverse Math.random()

893,435 views

3 months 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,559 views

4 years ago

Ivan Ludvig
Hacking Google Random Number Generator

ivanludvig.dev/tech/google-random.

0:20
Hacking Google Random Number Generator

7,532 views

2 years ago

MathPod
Linear Congruential Generator Method | Random  Numbers

This video is about Random Numbers | Linear Congruential Generator Method. The basics of congruences can be seen here ...

11:07
Linear Congruential Generator Method | Random Numbers

95,823 views

5 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,141,262 views

12 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,213,771 views

11 years ago

NeuralNine
Generating ACTUALLY Random Numbers in Python

Today we how to generate truly random numbers in Python. ◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾ Programming Books ...

7:26
Generating ACTUALLY Random Numbers in Python

16,987 views

2 years ago

Dan Zaidan
Implementing a Random Number Generator Algorithm in C (from scratch)

This is a clip from the episode 05 of our "Making a game in C from scrach" series.

14:55
Implementing a Random Number Generator Algorithm in C (from scratch)

3,363 views

6 years ago