Don't be complicated, just pick random numbers between moderately large numbers and divide them into moderately large numbers.
$long = random_int(35 * 1000000, 36 * 1000000);
var_dump($long / 1000000);
PS. random_int()
is recommended for obtaining arbitrary integers. Some names are prettier than rand()
, but this is more cryptographically secure.
613 GDB gets version error when attempting to debug with the Presense SDK (IDE)
916 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
578 Understanding How to Configure Google API Key
618 Uncaught (inpromise) Error on Electron: An object could not be cloned
© 2024 OneMinuteCode. All rights reserved.