random-number
There are 42 repositories under random-number topic.
shangzhenyang/random-number
A random number generator with customizable options including range, repetition, even/odd selection, and alias name labeling.
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/
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.
matinturkaman/Random-Number-Generator
Random Number Generator in React JS
Melvynx/VueJSTools
Small site consisting of small apps such as a clock, a stopwatch and a number generator.
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.
ben-abdurrehman/Automatically-changing-color
The color generator automatically
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
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
ABurkas/Guess_the_number_game
Number guessing game written in JS
AlessandroConti11/Generate_Unpredictable_Random_Number
Generate unpredictable random numbers using the Linux Kernel's special device /dev/random.
alexfalconflores/ranna
Generate random number
g-g-sakura/AnotherAIS31TestTool
Conformance test tool of random numbers based on BSI AIS 20 / AIS 31. Written in C++ by using proven libraries.
imrahilias/fortranquility
A summery of example fortran programs loosely centered around the lecture "numerical methods and simulation" at the TU Wien.
RepellentSpy/Dice-Roll
Free to use random number generator with a good UX
shivankushsingh09/Guess-the-Number-Game
The “Guess the Number” game is a fun Python command-line game where the computer picks a random number, and the player tries to guess it. The game gives hints if the guess is too high, too low, or correct, making it an enjoyable challenge.
zaid1442011/tic-tac-toe-python
A simple Python game
fatemehnourr/Number-Guessing-Game
A simple Python number guessing game with input validation and random number generation.
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.
ozkayanurhuda/GuessTheNumberApp
Guess the number game by keeping score
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
therealzeemi/Guess-My-Number
A simple number guessing game where players try to find a randomly generated number within a given range. 🔢🤔
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.