+ 10
random
how a machine can create a random code??? do you ever think about this! how sum of logical can be a illogical ??
11 Answers
+ 10
i meant same ,"random number"
how we reach random number for instanse in javascript?
+ 9
for instance take a number between "0" and "100"
but if it has a purpose , it is not random or accidental anymore
+ 9
thanks all ...
it is so interesting to me
"a program that makes random number"
+ 8
and how can i create a random code in javascript?
+ 8
how do you think create random codes? It's isn't possible, you can create random numbers or strings
+ 8
that's right
+ 6
Math.random() in JavaScript returns a random value between 0 and 1.
+ 4
A code is supposed to have a purpose.
What does your random code do?
+ 3
seeds?
+ 3
Then you don't need a random code.
All you need is a program that generates a random number!
The code will be the same