ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

139,100 results

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

694,698 views

3y 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

151,742 views

2y ago

Artindi
How To Fail At RNG (random number generation)

There was a 1 in 8000000000 chance that I would upload this video, you should feel lucky, this video explains why adding odds ...

3:48
How To Fail At RNG (random number generation)

93,759 views

1y 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?

79,766 views

3y 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,300,600 views

11y 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()

1,087,855 views

6mo 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

363,614 views

4y ago

Challacade
How does Randomness work in game development and programming?

As it turns out, computers have some quirks when it comes to generating random numbers. Music: New Pokemon Snap - Illumina ...

3:56
How does Randomness work in game development and programming?

3,261 views

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

96,675 views

2y 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

395,365 views

12y 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?

39,806 views

3y 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

81,088 views

4y 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

115,618 views

4y ago

Bro Code
Random number generator in JavaScript 🎲【4 minutes】

Javascript #random #number #generator let x; let y; let z; document.getElementById("rollButton").onclick = function(){ x ...

4:01
Random number generator in JavaScript 🎲【4 minutes】

101,704 views

4y ago

euronews
What is a random number and why is it so difficult to generate them?

By harnessing the power of quantum physics, we can create absolutely un-hackable chips and totally secure communication ...

1:36
What is a random number and why is it so difficult to generate them?

10,099 views

6y 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

99,281 views

5y 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

19,778 views

5y 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 🎲

91,355 views

4y ago

Srcerer
Random numbers in a range in C code - optimized for speed

Learn how to generate random integers between two numbers (for example to roll dice) in C code. I describe optimizations such ...

9:24
Random numbers in a range in C code - optimized for speed

26,747 views

1y ago