in reply to Re: how to get a 64bit random number with rand() ?
in thread how to get a 64bit random number with rand() ?
Now if you *add* two rand() values in order, for example, to get a 64-bit random value
You have omitted a little bit of detail that was not omitted in BrowserUk's warning: the context was combining two 32-bit values to obtain a 64-bit value.
Can you please elaborate on how it is possible to ADD two 32-bit numbers — of any origin, not necessarily rand() — and arrive at a value in 64-bit range?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: how to get a 64bit random number with rand() ?
by bliako (Abbot) on Mar 22, 2018 at 23:25 UTC | |
by Anonymous Monk on Mar 23, 2018 at 15:38 UTC |