Re: Getting random numbers.
V <[email protected]> Mon, 16 Jan 2023 03:49:55 -0800 (PST)
| Newsgroups | comp.lang.php |
|---|---|
| Message-ID | <[email protected]> |
https://playcode.io/1063810 On Saturday, January 23, 2021 at 2:56:18 PM UTC+2, J.O. Aho wrote: > On 23/01/2021 12.00, Luuk wrote: > > On 22-1-2021 04:09, H E wrote: > >> I am writing this, because JavaScript Math.random() seems to be a bit > >> slow. > >> If the php random number maker is also too slow, then this could help. > >> > > > > Why do, almost all, 'random numbers' start with the same 2 digits? > The extra "randomness" he adds makes the result to limit towards the > average of the range of the randomness. > > -- > > //Aho