Skip to content
#

randomnumbergenerator

Here are 27 public repositories matching this topic...

Task 1: Random number generation - Create a random number generator to create a list of unique integers (each number must appear only once). It must be able to generate at least 300 integers (no repeated numbers) Task 2: Searching Implementation - Implement linear search, interpolation search and binary search to search an integer from a list of…

  • Updated Feb 6, 2021
  • C++

This is a simple number guessing game implemented in C++. Program generates a random number between 1-100 and asks the user to guess the number. After each guess, program provides feedback (higher or lower) to help user guess the correct number. Once the user guesses the correct number, the program displays the number of attempts took to guess it.

  • Updated Jul 27, 2023
  • C++

Improve this page

Add a description, image, and links to the randomnumbergenerator topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the randomnumbergenerator topic, visit your repo's landing page and select "manage topics."

Learn more