|
From: Mojca M. <moj...@gm...> - 2011-02-10 20:48:07
|
On Thu, Feb 10, 2011 at 18:45, Daniel J Sebald wrote: > Mojca, > > Gnuplot only has a small set of commands and doesn't access functions > that way. Try > > print rand(42) Dear Daniel, Thanks a lot for the hint. This works OK, as well as somebody else's idea to use foo = rand(42) Not that many people care about setting random seed, but it might make sense to add a tiny note next to "help rand" about the usage (for those of us who are not so familiar with syntactic rules). Thanks, Mojca |