random-library

There are 16 repositories under random-library topic.

  • 4ra1n/JRandom

    Java Secure Random Lib | Java 安全随机库 | 使用汇编调用 CPU 的 RDRAND 指令后通过 JNI 提供给 Java 程序 | 支持 Windows 和 Linux

    Language:Java5100
  • LakshayD02/Number-Guessing-Game_Python

    A fun and interactive number guessing game written in Python! Try to guess the randomly generated number between 1 and 50. Perfect for practicing your Python skills and having a bit of fun! 🎉

    Language:Python410
  • Nutika16/Snake-Water-Gun-Game

    This game is just like stone,paper,scissors which we used to play in our childhood.But we want someone to play with us. This time ur competitor is computer itself. In this game if you choose snake over water then snake win because snake drinks that water. If you choose gun over snake then gun wins because gun shoots snake and so on.

    Language:Jupyter Notebook3101
  • saksham-koul/Food-Delivery-Management-Simulation

    A Python program to estimate the expected delivery time for an order, based on the manpower resources available at the food joint.

    Language:Python3101
  • backwardmachine/RandomLibraryJs

    Outputs a random number sequence in the range [x, y] which contains a repeated code in each segment of the sequence. For use with neodna and Canter. Javascript and HTML.

    Language:JavaScript1100
  • akunna1/Anagrams-Clone

    Game Pigeon's Anagrams Clone using Python

    Language:Jupyter Notebook0100
  • mansi32/Fun-with-Python

    In Fun-with-Python, I have attached a python file where I was use different libraries of python.

    Language:Jupyter Notebook0100
  • miputra/RandEXom

    Framework for randoming stuff

    Language:C#0100
  • nayakrranjan/Rock-Paper-Scissors

    Console game based on Rock-Paper-Scissor Hand sign game against Computer using switch case and random library in java 17.

    Language:Java0100
  • Progambler227788/Battle-Ship-Game

    This is a Python implementation of the Battleship game where the computer plays against itself. The game board is a 10x10 2D list, and five ships are randomly placed on it at the start of the game.

    Language:Python0100
  • Abhrojyoti2001/Your-Bank

    An E-banking app of 'Your Bank' bank.

  • musamairshad/Dice-Roller-App

    Dice Roller Application made by using Flutter.

    Language:C++20
  • Ola-Kaznowska/Anti-virus-simulator

    An anti-virus program simulator written in Python. The library random was used in the project. The project written 100% independently trying to use clean code practices.

    Language:Python10
  • Winterwind/Elevator

    A text-based program that simulates an elevator. Results print in terminal.

    Language:Python10
  • Winterwind/Hangman

    A simple python script that generates a hangman game using a word randomly chosen from a separate txt file. Results print in terminal.

    Language:Python10