Skip to content
#

random-number-generation

Here are 28 public repositories matching this topic...

A simple and basic 2-player dice game created in mid-November 2020 as part of the first "Boss Level Challenge" from the Web Development Bootcamp. Used my knowledge of the Document Object Model (DOM) with basic JavaScript concepts in order to select and manipulate elements of my website. Opening the page and every subsequent refresh will roll a r…

  • Updated Nov 21, 2020
  • HTML

This is a simple application written in Kotlin that allows users to roll one or more dice, with different numbers of sides, and get random results. This project is a great way to learn Kotlin, as it uses many of the language's features, such as data classes, functions, and control flow statements.

  • Updated Sep 3, 2022
  • Kotlin

The 2nd project of "100 Days of Swift" tutorial course from Paul Hudson's "Hacking with Swift" website. A quiz game, written using UIKit. Complete project, including solutions to all the challenges (+ solution to the 3rd challenge of Project 3, Project 6a, solution to the 2nd challenge of Project 12 & to the 3rd challenge of Project 15 & 21).

  • Updated Nov 15, 2022
  • Swift

The Number Guessing Game in Java generates a random number between 1-100 and prompts the user to guess it. It offers three levels of difficulty with different attempts allowed. The game uses java.util.Random and java.util.Scanner classes, and the number of attempts is predefined. Contributions are welcome to improve the game.

  • Updated Apr 6, 2023
  • Java

This research proposes a device for generating and analyzing random single-digit numbers (0-9). It establishes statistical baselines and uses machine learning for real-time anomaly detection. The numbers are logged for audit trails, aiding in cryptography, data analysis, and simulations.

  • Updated Dec 13, 2023

Improve this page

Add a description, image, and links to the random-number-generation 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 random-number-generation topic, visit your repo's landing page and select "manage topics."

Learn more