1PLSEED(3plplot) PLplot API PLSEED(3plplot)
2
3
4
6 plseed - Set seed for internal random number generator.
7
9 plseed(seed)
10
12 Set the seed for the internal random number generator. See
13 plrandd(3plplot) for further details.
14
15 Redacted form: plseed(seed)
16
17 This function is used in example 21.
18
20 seed (unsigned int, input)
21 Seed for random number generator.
22
23
25 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
26 man page was automatically generated from the DocBook source of the
27 PLplot documentation, maintained by Alan W. Irwin and Rafael
28 Laboissiere.
29
31 PLplot documentation at http://plplot.sourceforge.net/resources.
32
33
34
35 July, 2010 PLSEED(3plplot)