Problem 680. Hack not this Test Suite you will

Another Hack 10000 Challenge.

I am thinking of an integer between 1 and 10000.

Return a value between 1 and 10000.

I may select my number before or after your selection and will not use your number in any way if it is selected first. If I select first I may throw out my first roll and use my second. I will not roll three times.

I may randomize the random seed,rng (20-25), before both our numbers are selected but not between number selections. I may skip randomizing in a test suite. The first test suite does not change rng.

Warning: Foiling with isequal will lead to dire consequences. Kudos to Qi.

This problem can be made impossible if rng(2^32) is used and I select first as there are then multiple solutions.

Enjoy

Solution Stats

16.82% Correct | 83.18% Incorrect
Last Solution submitted on Dec 01, 2020

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers17

Suggested Problems

More from this Author294

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!