string random_generator::name (  )

Function that returns a pointer to the name of the generator.

For example, printf ("r is a '%s' generator\n",random_generator.name()); would print something like r is a 'taus' generator.

 All Classes Files Functions Variables Typedefs Friends Defines