|
From: theozh <th...@gm...> - 2019-02-27 05:47:37
|
with rand(0) you can generate pseudo-random numbers x in gnuplot. According to the manual they are in the interval [0:1]. From this, I would conclude (0 <= x <= 1), i.e. 0 and 1 are included and possible values to appear, correct? Or maybe (0 <= x < 1) or (0 < x <= 1) or (0 < x < 1) where one or the other or both borders are excluded? |