+ 1
How random no. Gnerate?
As far as I know no any tool hv the ability of thinking so what is the key behind generation of random nos? Example: import random for i in range(5): value = random.randint(1, 6) print(value)
4 odpowiedzi
+ 1
What language?
0
That's python
0
do you mean: how pseudo random numbers are generated?
there are different algoritms for that...