Yngvarr

Generation

generate functionWed, 25 Jan 2023

случайное дробное число

function random_float ($min,$max) { return ($min+lcg_value()*(abs($max-$min))); } random_float(0,1)

Questions about programming?Chat with your personal AI assistant