random-number
There are 48 repositories under random-number topic.
pub-calculator-io/random-number-generator
Free WordPress Plugin: Random number generators have a variety of uses beyond picking a number to determine a prize winner. Find out what situations are ideal for them and how they solve problems. www.calculator.io/random-number-generator/
shangzhenyang/random-number
A random number generator with customizable options including range, repetition, even/odd selection, and alias name labeling.
nmrr/flipperzero-dice
A dice homebrew for the Flipper Zero
pub-calculator-io/number-generator
Free WordPress Plugin: The random number generator provides a set of random numbers according to user-specified options such as range, repeat, and sort. www.calculator.io/number-generator/
Fraaq/simplediscordbot
Simple python discord bot. This bot can send random text from txt file or random image from directory and it can delete message if the message contains word that you banned
abranhe/randn
Another 🔢 Random Number Generator
kalenchukov/Punt
Генератор строк случайных символов (Random character string generator)
Melvynx/ReactTools
Tools in React
frectonz/hazarda_en_go
A random number game implemented in Go.
Melvynx/VueJSTools
Small site consisting of small apps such as a clock, a stopwatch and a number generator.
ben-abdurrehman/Automatically-changing-color
The color generator automatically
Devanand-official/dice-game
A simple JavaScript Dice Game where two random dice roll on refresh, determining the winner or a draw.
devsujay19/A-Python-Random-Number-Generator
A Simple Python Random Number Generator.
Dominik48N/Random-Number
With this Python script you can generate a random number.
enescang/linear-feedback-shift-register
Base logic of LFSR. Simulated with an array to better understanding
g-g-sakura/AnotherAIS31TestTool
Conformance test tool of random numbers based on BSI AIS 20 / AIS 31. Written in C++ by using proven libraries.
J01100/guess-the-number-game
A simple guessing game designed with BSS and scripted using JS to practice DOM manipulation.
KOUISAmine/random-number-generator
Generate a random number between a given range.
nerdull/true-random-number
Provide true random numbers based on the random-bit file generated by RANDOM.ORG
simphotonics/simulated_annealing
Simulated annealing framework for Dart.
UltiRequiem/RandomNumber
🤖 Example C# .NET CLI Tool
Vishwas567917/Number-guessing-game
Number Guessing Game is a command-line application developed in C. It prompts players to guess a randomly generated number within a specified range, providing feedback on each guess. Ideal for practicing loops, conditionals, and random number generation in C.
abderrahim1210/random-number
Simple Random Number project with JavaScript language !
AlessandroConti11/Generate_Unpredictable_Random_Number
Generate unpredictable random numbers using the Linux Kernel's special device /dev/random.
mukailasam/rand
A Command-Line tool for generating a cryptographically secure random bytes
Sandra1me/C-Guess-the-Number
Guess the Number is a console-based game written in C where the player tries to guess a randomly generated secret number. It features multiple difficulty levels and a customizable range option.
therealzeemi/Guess-My-Number
A simple number guessing game where players try to find a randomly generated number within a given range. 🔢🤔
fatemehnourr/Number-Guessing-Game
A simple Python number guessing game with input validation and random number generation.
Ivan-piedra/otp-maker
otp-maker is a simple tool for generating one-time passwords. It ensures secure access to your applications with ease. 🛠️✨
MDJAmin/dice-roll-game-dom-manipulation
A simple and fun Dice Roll Game built with HTML, CSS, and JavaScript. Click the roll button to generate a random dice emoji and display the result — perfect for beginners exploring DOM manipulation and event handling.
nurulashraf/java-number-guessing-game
A simple Java-based number guessing game where the user guesses a randomly generated number within a specified range. Includes error handling and user-friendly prompts to guide the player.
SanojAhamed/RandNum
A lightweight and easy-to-use random number generator for JavaScript. Generate random numbers with customizable ranges, options for integers or floats, and no unnecessary dependencies
SeriousBug/random-api
A simple, public API to generate random words, numbers, or identifiers
Theangryysoul/Guess_game
A simple number guessing game in C where the player tries to guess a randomly generated number between 1 and 100. The program gives hints whether to guess higher or lower until the correct number is guessed.
Vineet-Verma22/guess-the-random-number-game
Guess the Random Number: A C programming game where players try to guess a randomly generated number between a range of 0 and 999. Features include user feedback on guesses and attempt tracking.