[pstricks] Fwd: Create a random path

Marco Daniel marco.daniel at mada-nada.de
Tue Jan 26 12:30:08 CET 2010


Hello Herbert,

>  I just realized that my system doesn't return the usertime
>  it is always zero. I tried it with

>  realtime srand

>  which works, at least for me ... :-)
thanks. To play and understand the commands I tried the following:

\documentclass{article}

\usepackage{pst-plot}
\usepackage{pstricks-add}
\begin{document}
\psset{unit=1cm}
\begin{pspicture}(0,0)(8,6)
\pstverb{/text realtime srand def
  (/test) show}

\pstverb{/text usertime srand def
  (/test) show}
\end{pspicture}
\end{document}

but it doesn't work.

I unterstand the loop and was able to create my own loop-example :-)



What is the problem in the minimal example?

regards
Marco





More information about the PSTricks mailing list