randomfunction

There are 5 repositories under randomfunction topic.

  • sumasm0416/Password-Generator

    The password generator project creates strong and secure passwords to enhance security.

    Language:Jupyter Notebook10
  • Utsav360/Fortune-Cookies-WebApp

    Fortune Cookies WebApp takes data from user using form HTML page, validate it and display the result using PHP page

    Language:PHP1100
  • Utsav360/The-Robot-Olympics

    Created GUI Based WebApk using JavaFx

    Language:Java110
  • versatillestuff/CRICKET-Score-Board

    This is a c++ code for managing scores one cricket match in this the best utilization of OOP concepts I can make and tried to simplify the structural logic of the entire program no matter how typical was handling the actual cricket rules, all of which are followed exactly.

    Language:C++0100
  • MizanMustakim/the-test-of-effectiveness-of-the-rand-function

    Write a program that tests the effectiveness of the rand( ) function provided by your compiler. Start by initializing 10 counters, such as onescount, twoscount to tenscount, all to 0. Then generate a large number of random integers between 1 and 10. Each time a 1 occurs, increment onescount; when a 2 occurs, increment twoscount; etc. Finally, print out the number of 1s,2s,etc. that occurred and the percentage of the time each number occurred.

    Language:C10