-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
when I'm putting 5 numbers from:
[2353, 2497, 2281, 2400, 2184, 2208, 2472, 2448, 2232, 2257, 2305, 2160, 2329, 2424, 2376][Math.floor(Math.random() * 15)]
And it gives me an empty answer.
But when I put there 5 numbers which I got with:
[2353, 2497, 2281, 2400, 2184, 2208, 2472, 2448, 2232, 2257, 2305, 2160, 2329, 2424, 2376][Math.floor(Math.random() * 15)]
It doesn't work.As I said it gives me empty answer. So my question is what I have to change to predict integer number (preferably with numbers which I get using [2353, 2497, 2281, 2400, 2184, 2208, 2472, 2448, 2232, 2257, 2305, 2160, 2329, 2424, 2376][Math.floor(Math.random() * 15)])
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels