There are 0 repository under random-number-generation topic.
Demystifying Random Number in Ethereum Smart Contract: Taxonomy, Vulnerability Identification, and Attack Detection (TSE Accepted)
How does random number generation work on Linux systems ?
A modern header-only C++ library for parallel algorithmic (pseudo) random number generation supporting OpenMP, CUDA, ROCm and oneAPI
Real Random Number Generation for Lottery-game using Qiskit
MCP server for generating random numbers, strings, diceware passphrases and other resources
Генератор строк случайных символов (Random character string generator)
Fast generation of nonuniformly distributed random integers
Fast header-only weighted integer distribution sequence from random values.
A console-based dice game where you compete against the computer. Dice rolls are secured with HMAC for fair play, and a probability table helps analyze outcomes. Select your dice, roll, and see who wins with the highest result!
Android App to get and share a random lucky number to your friends.
Go implementation of the Xoroshiro128++, Xoshiro256++, and Xoshiro512++ pseudo random number generators
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.
non-guessable numeric code generator
The Email Administration Application is a simple program that simulates the creation of employee email accounts. It prompts the user to input their first and last name, selects a department, and generates an email ID with a random password. The application also allows users to manage mailbox capacity, alternate emails, and password changes.
GUESS-O-MATICS(aka. Number Guessing Game) is a fun numeric prediction game where the player has to guess the number, generated by the driver code/Computer(OS), and type/enter that number in .exe file.
A Text-Based Adventure Game is a type of game in which a player has to make choices at every step of the game. Based on these choices, the game proceeds and at last, we get to know whether the player wins or loses the game.
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.
Simple command-line utility to generate a random password of specified length.
A collection of coding projects completed in MIPS assembly
This is the Python application that I created doing my thesis studying Industrial Engineering and Management in Democritus University of Thrace. It contains all the files as long as a link to the standalone executable.
CryptoRand.cpp - Random Key Generation using Cryptographic Techniques
An application for randomly generating telecommunication payment data.
"A Python Package for Sampling from Copulae: clayton", by Alexis Boulin
Fork of boost.random, Very Mathematics.
A collection of original supplementary articles on various Physics and Math topics (WiP)
A C# version of the Alea pseudo-random number generator (PRNG) originally created by Johannes Baagøe.
My first project in c++. Simulates game events using a number randomizer, displaying the statistics at the end.
simulating dice with different numbers of sides (six, ten, and twenty) and a class for managing a collection of these dice.
A fun and interactive two-player dice game built with JavaScript, HTML, and CSS. Players take turns rolling a dice 🎲, accumulating points 🏅, and holding their score 🛑 to avoid losing it on a roll of 1. First player to reach 100 points wins the game 🏆. Demonstrates DOM manipulation, event handling, game state management, and modular functions.