Skip to content
#

random-selection

Here are 19 public repositories matching this topic...

A React application that displays user reviews in a card layout. Users can navigate through reviews with previous/next buttons, jump to a random review with "surprise me," and see each reviewer's photo, name, job, and quote, built for learning React fundamentals: state with `useState`, list indexing, event handlers, and conditional rendering

  • Updated Mar 10, 2026
  • JavaScript

"Lottery Picker" is a simple and mobile-friendly web application for conducting random draws. Add participant names and randomly select them one by one until every participant has been picked. Ideal for lucky draws, giveaways, classroom activities, team selection, and random winner selection.

  • Updated Jun 22, 2026
  • HTML

An efficient random item sampler that ensures O(1) sampling complexity, and equal selection probability for all items across cycles. Each cycle ensures unique, non-repeating item selections, with each item sampled only once per cycle. Upon cycle completion, the sampler automatically refreshes, initiating a new cycle to repeat the process.

  • Updated Nov 10, 2024
  • TypeScript

Implementation of Q-Learning and Double Q-Learning for optimal pathfinding in large, dynamic environments. Uses reward shaping and adaptive exploration. Compares RL performance with Dijkstra and random selection, showing Q-Learning's scalability and superior cumulative rewards.

  • Updated Aug 9, 2025
  • Python

WatchWheel is an interactive web application designed to help users discover new TV series or movies through a fun, gamified randomized selection wheel. The project is built around the core concept of dynamic content recommendation, robust user authentication, and interactive community features.

  • Updated Jan 23, 2026
  • PHP

Improve this page

Add a description, image, and links to the random-selection topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the random-selection topic, visit your repo's landing page and select "manage topics."

Learn more