Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Ledest:erlang:26
erlang
0338-Update-rand.erl-Documentation-bug-exs928ss...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0338-Update-rand.erl-Documentation-bug-exs928ss-does-not-.patch of Package erlang
From 61a467a4989ce5935d3db0d4a6a0e2abe22a0ceb Mon Sep 17 00:00:00 2001 From: Urban Koistinen <koistinen@teo.se> Date: Sun, 25 Aug 2024 11:19:41 +0200 Subject: [PATCH] Update rand.erl Documentation bug: exs928ss does not work, perhaps exro928ss is correct? --- lib/stdlib/src/rand.erl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/stdlib/doc/src/rand.xml b/lib/stdlib/doc/src/rand.xml index 20afa1ca35..cddc3a1fed 100644 --- a/lib/stdlib/doc/src/rand.xml +++ b/lib/stdlib/doc/src/rand.xml @@ -244,13 +244,13 @@ R1 = rand:uniform(), <p>Use a specified algorithm:</p> <pre> -_ = rand:seed(exs928ss), +_ = rand:seed(exro928ss), R2 = rand:uniform(),</pre> <p>Use a specified algorithm with a constant seed:</p> <pre> -_ = rand:seed(exs928ss, {123, 123534, 345345}), +_ = rand:seed(exro928ss, {123, 123534, 345345}), R3 = rand:uniform(),</pre> <p>Use the functional API with a non-constant seed:</p> -- 2.43.0
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor