randint
There are 34 repositories under randint topic.
stdlib-js/random-base-mt19937
A 32-bit Mersenne Twister pseudorandom number generator.
stdlib-js/random-base-minstd
A linear congruential pseudorandom number generator (LCG) based on Park and Miller.
stdlib-js/random-array-mt19937
Create an array containing pseudorandom numbers generated using a 32-bit Mersenne Twister pseudorandom number generator.
stdlib-js/random-base-discrete-uniform
Discrete uniform distributed pseudorandom numbers.
stdlib-js/random-base-randi
Pseudorandom numbers having integer values.
stdlib-js/random-iter-minstd
Create an iterator for a linear congruential pseudorandom number generator (LCG) based on Park and Miller.
stdlib-js/random-iter-mt19937
Create an iterator for a 32-bit Mersenne Twister pseudorandom number generator.
stdlib-js/random-streams-minstd
Create a readable stream for a linear congruential pseudorandom number generator (LCG) based on Park and Miller.
stdlib-js/random-streams-minstd-shuffle
Create a readable stream for a linear congruential pseudorandom number generator (LCG) whose output is shuffled.
stdlib-js/random-streams-mt19937
Create a readable stream for a 32-bit Mersenne Twister pseudorandom number generator.
stdlib-js/random-streams-randi
Create a readable stream for generating pseudorandom numbers having integer values.
alpdias/password-generator
🔒 Simple password generator
bddjr/webcrypto-random-int
🚀Like golang, get crypto random integer or bigint.🔐
candytale55/Number_Guess_Python_2
This is a console program that rolls a pair of dice and asks the user to guess the sum. If the user's guess is equal to the total value of the dice roll, the user wins. Otherwise, the computer wins.
randomized-algorithm/random
:game_die: Randomness algorithms for JavaScript
stdlib-js/random-array-minstd
Create an array containing pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG).
stdlib-js/random-array-minstd-shuffle
Create an array containing pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG) whose output is shuffled.
stdlib-js/random-base-minstd-shuffle
A linear congruential pseudorandom number generator (LCG) whose output is shuffled.
stdlib-js/random-iter-minstd-shuffle
Create an iterator for a linear congruential pseudorandom number generator (LCG) whose output is shuffled.
stdlib-js/random-strided-minstd
Fill a strided array with pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG).
stdlib-js/random-strided-minstd-shuffle
Fill a strided array with pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG) whose output is shuffled.
stdlib-js/random-strided-mt19937
Fill a strided array with pseudorandom numbers generated using a 32-bit Mersenne Twister pseudorandom number generator.
BaljotSi/Maths-Quiz
This is a GitHub repository made be me to challenge the mathematic geniuses
cjw9483/py-randint-vs-randrange
program to test the speed of randint and randrange in random module in python3
imrabbihasan/GuessingGame
Number Guessing Game
nicolasludwig/Python_odd_even
Manipulação de arquivo, criação de list com números aleatórios e contador de pares e ímpares.
s-mirza/Random-Number-and-Choice-Generator
This program uses Python's random module to generate random integers and make random choices. It generates random values in different ranges and simulates a coin flip and dice roll, showcasing the randint() and choice() functions.
Abdelaziz-pixel/Project-CHIFOUMI
creation of the game chifoumi in python3
Abir0810/pi-random-randint
problem solving by using pi,random,randint
candytale55/Magic-8-Ball-Python3
This program answers any “Yes” or “No” question with a different random fortune each time it executes. It is inspired in the Magic 8-Ball, a popular toy developed in the 1950s for fortune-telling or advice seeking.
FridayBlessed/Python-guessing-game
Its a guessing game, built on python where the program will generate a random number, and the user will be required to guess a number.
spikeSpiegel0/day-32-100-days-replit
random greeting from list
Umasri0/Guess-the-Number-Game
Fun Game - Guess the Number