1PLRANDD(3plplot) PLplot API PLRANDD(3plplot)
2
3
4
6 plrandd - Random number generator returning a real random number in the
7 range [0,1]
8
10 plrandd()
11
13 Random number generator returning a real random number in the range
14 [0,1]. The generator is based on the Mersenne Twister. Most languages /
15 compilers provide their own random number generator, and so this is
16 provided purely for convenience and to give a consistent random number
17 generator across all languages supported by PLplot. This is particu‐
18 larly useful for comparing results from the test suite of examples.
19
20 Redacted form: plrandd()
21
22 This function is used in examples 17 and 21.
23
25 Many developers (who are credited at http://plplot.source‐
26 forge.net/credits.php) have contributed to PLplot over its long his‐
27 tory.
28
30 PLplot documentation at http://plplot.sourceforge.net/documenta‐
31 tion.php.
32
33
34
35 August, 2017 PLRANDD(3plplot)