ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

95,924 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

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

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

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

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

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

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

852,030 views

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

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

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

12 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

StatsResource
Random Number Generation  - Generation Algorithms (Worked Example)

StatsResource.github.io | Random Number Generation | Algorithms Statistics and Probability Tutorial Videos - Worked Examples ...

8:06
Random Number Generation - Generation Algorithms (Worked Example)

92 views

4 years ago

Nick Losee
Uniform Random Number Generators - Part 3

Uniform Random Number Generators ENGI 460 - Nick Losee, Caleb Unger.

9:16
Uniform Random Number Generators - Part 3

1,981 views

7 years ago

The Builder
C++ Random Number Generator AKA STOP USING Rand()

The C++ random library is one of the most robust and effective ways of generating random numbers in C++. In this video I'll show ...

7:20
C++ Random Number Generator AKA STOP USING Rand()

67,853 views

3 years 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】

100,361 views

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

Bro Code
Generate random numbers in C! 🎲

coding #programming #cprogramming int main() { // Pseudo-random = Appear random but are determined by a // mathematical ...

6:02
Generate random numbers in C! 🎲

12,199 views

11 months ago