unsigned long int random_generator::min (  )

Function that returns the smallest value that get can return.

From GSL manual: Usually this value is zero. There are some generators with algorithms that cannot return zero, and for these generators the minimum value is 1.

 All Classes Files Functions Variables Typedefs Friends Defines