From de432f4ea9a8c29c931f30dd504662be1a01464d Mon Sep 17 00:00:00 2001
From: Hans Bolinder
Date: Mon, 12 Oct 2015 14:28:39 +0200
Subject: [stdlib] Correct documentation
Fix mistakes found by 'xmllint'.
---
lib/stdlib/doc/src/random.xml | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
(limited to 'lib/stdlib/doc/src/random.xml')
diff --git a/lib/stdlib/doc/src/random.xml b/lib/stdlib/doc/src/random.xml
index 91a4012ce9..a1bf67d332 100644
--- a/lib/stdlib/doc/src/random.xml
+++ b/lib/stdlib/doc/src/random.xml
@@ -76,9 +76,15 @@
dictionary, and returns the old state.
One easy way of obtaining a unique value to seed with is to:
- random:seed(erlang:phash2([node()]),
- erlang:monotonic_time(),
- erlang:unique_integer())
+random:seed(erlang:phash2([node()]),
+ erlang:monotonic_time(),
+ erlang:unique_integer())
+ See
+ erlang:phash2/1,
+ node/0,
+ erlang:monotonic_time/0, and
+
+ erlang:unique_integer/0) for details.
--
cgit v1.2.3