~statik/ubuntu/maverick/erlang/erlang-merge-testing

« back to all changes in this revision

Viewing changes to lib/stdlib/doc/src/random.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-12-20 09:03:40 UTC
  • mto: (3.6.1 sid)
  • mto: This revision was merged to the branch mainline in revision 27.
  • Revision ID: james.westby@ubuntu.com-20091220090340-w3kbi1lj1wp7l2m3
Tags: upstream-13.b.3-dfsg
ImportĀ upstreamĀ versionĀ 13.b.3-dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
          dictionary, and returns the old state.</p>
70
70
        <p>One way of obtaining a seed is to use the BIF <c>now/0</c>:</p>
71
71
        <code type="none">
72
 
\011  ...
73
 
\011  {A1,A2,A3} = now(),
74
 
\011  random:seed(A1, A2, A3),
75
 
\011  ...</code>
 
72
          ...
 
73
          {A1,A2,A3} = now(),
 
74
          random:seed(A1, A2, A3),
 
75
          ...</code>
76
76
      </desc>
77
77
    </func>
78
78
    <func>