Manipulating Randomness

Published by bangyen in

There was supposed to be a challenge here, but the only things present are random tests. Pass them anyways.

Examples

manipulate() == rand(1000) ➞ true

manipulate() == rand(1100) ➞ true

manipulate() == rand(1200) ➞ true

Notes

  • The challenge is passable.
Watch a quick demo on how Edabit works.