ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

20,695 results

Related queries

mersenne twister

mid square random number generator

true random number generator

random number generator in cryptography

pseudo random number generator in cryptography

linear congruential generator

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

384,885 views

11 years ago

PBS Infinite Series
How to Generate Pseudorandom Numbers | Infinite Series

Viewers like you help make PBS (Thank you ) . Support your local PBS Member Station here: https://to.pbs.org/donateinfi What ...

14:19
How to Generate Pseudorandom Numbers | Infinite Series

228,336 views

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

84,737 views

2 years ago

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

92,785 views

4 years ago

Practical Networking
PRFs explained: Transforming Secrets into Infinite Keys - Pseudo Random Functions

In this video we explore the world of Pseudo Random Functions (PRFs) and reveal the role they play in secure communication.

8:50
PRFs explained: Transforming Secrets into Infinite Keys - Pseudo Random Functions

12,276 views

1 year 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,218 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

679,306 views

3 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

354,711 views

4 years ago

BearTheCoder
Randomness is calculated - Linear Congruential Generators Explained

In my last video I began my exploration into Perlin Noise because of Minecraft and my unhealthy need to do something with ...

10:48
Randomness is calculated - Linear Congruential Generators Explained

17,529 views

4 years ago

People also watched

Statistics Crystallized
The Most Popular Pseudo-Random Number Generator - The Mersenne-Twister

This is the first episode in a mini-series on Monte Carlo methods. This episode brings to life two PRNGs: the Mersenne -Twister ...

47:52
The Most Popular Pseudo-Random Number Generator - The Mersenne-Twister

17,272 views

6 months ago

physics qub
Linear Congruential Random Number Generators

Random Number Generators (RNGs) are useful in many ways. This video explains how a simple RNG can be made of the 'Linear ...

15:31
Linear Congruential Random Number Generators

53,604 views

9 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,776 views

2 years ago

Ashish Kumar
How does Random Number Generator Work | rand()/srand()

Hello Everyone, in this video I have explained how a random number generator/ random function works,.

11:30
How does Random Number Generator Work | rand()/srand()

5,692 views

3 years ago

Steven Gordon
Pseudo Random Number Generators (CSS441, L08, Y15)

True and pseudo random numbers; Linear Congruential Generator. Course material via: http://sandilands.info/sgordon/teaching.

57:57
Pseudo Random Number Generators (CSS441, L08, Y15)

7,228 views

9 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,627 views

3 years ago

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

12 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

884,921 views

7 years ago

Steven Gordon
Pseudo Random Numbers and Stream Ciphers (CSS322, L9, Y14)

Pseudo random number generators; stream ciphers. Course material via: http://sandilands.info/sgordon/teaching.

42:52
Pseudo Random Numbers and Stream Ciphers (CSS322, L9, Y14)

5,981 views

10 years ago

Eddie Woo
Random Numbers (2 of 2: Linear Congruential Generator)

So let me show you a pseudo random number generator oh by the way just to give you some examples you know we we said um ...

12:47
Random Numbers (2 of 2: Linear Congruential Generator)

53,637 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

145,686 views

2 years ago

Michael Venn (BowTieMathGuy)
Section 4.5 Pseudorandom Numbers

I do an example of finding pseudorandom numbers.

5:18
Section 4.5 Pseudorandom Numbers

21,699 views

8 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,527 views

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

76,800 views

2 years ago

Le YASEP
Easily generate random numbers with Fibonacci's sequence

Discover how you can use the Golden Ratio to generate long loops of pseudo-random numbers. Only one addition needed !

12:55
Easily generate random numbers with Fibonacci's sequence

1,766 views

4 years ago

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

We will cover the two primary types of random number generators: true random number generators (TRNGs) and pseudorandom ...

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

181 views

8 months ago

itechnica
23. Pseudo Random Number Generator| LCG |Linear Congruential Generator

This video explain about random number first, then the algorithm used to generate pseudo random number i.e. LCG (Linear ...

11:54
23. Pseudo Random Number Generator| LCG |Linear Congruential Generator

15,107 views

5 years ago

Shri Ram Programming Academy
what are pseudorandom numbers

... a pseudo hram pseudo-random number generator so basically this is an deterministic algorithm I will go which is initialized with ...

1:03
what are pseudorandom numbers

15,148 views

7 years ago

Logic Explorer
ALGO 13 | GENERATION OF PSUEDO- RANDOM NUMBERS | PROBLEM SOLVING TECHNIQUES

In This video I have discussed the Algorithm "Generation of Pseudo-Random numbers" where I have explained about how ...

8:51
ALGO 13 | GENERATION OF PSUEDO- RANDOM NUMBERS | PROBLEM SOLVING TECHNIQUES

264 views

1 year 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 🎲

87,016 views

4 years ago

vlogize
Implementing a High-Quality Pseudo-Random Number Generator

Disclaimer/Disclosure: Some of the content was synthetically produced using various Generative AI (artificial intelligence) tools; so ...

1:10
Implementing a High-Quality Pseudo-Random Number Generator

39 views

1 year ago