Problem I just finished building a simple random Tic Tac Toe generator. The program will display 3 rows of a […]
Tag: random
Randomises capitalisation of letters like bird spongebob
Problem A friend and I have an inside joke; well, not exactly inside if it is based off an existing […]
Provably fair coin flip system in Laravel
Problem I made a provably fair 1v1 coin flip game in Laravel and I want to be sure it’s safe […]
Lotto/lucky draw
Problem The following script draws 6 numbers at random. I input another 6 numbers and compare with random numbers generated, […]
Write a function to extract a given number of randomly selected elements from a list
Problem I’m going through the 99 Haskell problems and I have a few question about the solution I implemented for […]
Sorting 10,000 unique randomly-generated numbers
Problem I have to write this program in java. Write a program name sorting.java that will use an array to […]
Ensuring client IDs are unique
Problem I’m writing a node.js application that involves handling clients based on their ID without any real way of confirming […]
Removing random repeated guesses from brute force program
Problem I came here to ask if there is a way to prevent already guessed guesses from being guessed again […]
Lotto/lucky draw
Problem The following script draws 6 numbers at random. I input another 6 numbers and compare with random numbers generated, […]
Fluent API for creating random integer arrays in Java
Problem Now I have this fluent API for creating random integer arrays. I can say that I want an array […]