Courses
Tutorials
Practice
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
DSA
22.8K+ articles
Misc
8.8K+ articles
Machine Learning
2.9K+ articles
Algorithms
2.0K+ articles
C Language
1.8K+ articles
C Programs
705+ articles
Data Science
611+ articles
array-stream
17+ articles
Engineering Mathematics Questions
11+ articles
Random Algorithms
4 posts
Recent Articles
Popular Articles
Generating Random Numbers in a Range in C
Last Updated: 11 October 2024
Write a C program to generate random numbers in a range.ExamplesInput: min = 5, max = 15Output: 9, 11, 2Explanation: Any integer between 5 and 15 can be the output.Input: ...
read more
Misc
C Programs
C Language
Random Algorithms
Mathematics concept required for Deep Learning
Last Updated: 13 February 2024
Why is Math required for Deep Learning? Interested people who have the thirst to learn more about the concept behind a deep learning algorithm need to tackle Mathematics i...
read more
Algorithms
Data Science
Engineering Mathematics Questions
Machine Learning
DSA
Random Algorithms
Data Structures
data-science
python
Deep-Learning
Deep Learning
AI-ML-DS
Java Program to Implement Park-Miller Random Number Generation Algorithm
Last Updated: 15 December 2020
Park–Miller random number generator is also known as Lehmer random number generator. A general formula of a random number generator (RNG) of this type is, Xk+1 = a * xk mo...
read more
Java
Technical Scripter
Java Programs
Picked
Technical Scripter 2020
Output of Java Program
Random Algorithms
Java-Output
Java 8
Select a random number from stream, with O(1) space
Last Updated: 20 April 2023
Given a stream of numbers, generate a random number from the stream. You are allowed to use only O(1) space and the input is in the form of a stream, so can't store the pr...
read more
Mathematical
Randomized
DSA
Random Algorithms
array-stream
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !