Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
62770af6
Kaydet (Commit)
62770af6
authored
Ara 10, 2004
tarafından
Raymond Hettinger
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
SF bug #1081370: Bad reference in whrandom docs
üst
e0c80c33
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
libwhrandom.tex
Doc/lib/libwhrandom.tex
+4
-1
No files found.
Doc/lib/libwhrandom.tex
Dosyayı görüntüle @
62770af6
...
@@ -14,7 +14,8 @@ no longer used. Please do not use this module directly; use
...
@@ -14,7 +14,8 @@ no longer used. Please do not use this module directly; use
This module implements a Wichmann-Hill pseudo-random number generator
This module implements a Wichmann-Hill pseudo-random number generator
class that is also named
\class
{
whrandom
}
. Instances of the
class that is also named
\class
{
whrandom
}
. Instances of the
\class
{
whrandom
}
class conform to the Random Number Generator
\class
{
whrandom
}
class conform to the Random Number Generator
interface described in section
\ref
{
rng-objects
}
. They also offer the
interface described in the docs for the
\refmodule
{
random
}
module.
They also offer the
following method, specific to the Wichmann-Hill algorithm:
following method, specific to the Wichmann-Hill algorithm:
\begin{methoddesc}
[whrandom]
{
seed
}{
\optional
{
x, y, z
}}
\begin{methoddesc}
[whrandom]
{
seed
}{
\optional
{
x, y, z
}}
...
@@ -29,6 +30,8 @@ following method, specific to the Wichmann-Hill algorithm:
...
@@ -29,6 +30,8 @@ following method, specific to the Wichmann-Hill algorithm:
series produced by the generator.
series produced by the generator.
\end{methoddesc}
\end{methoddesc}
Other supported methods include:
\begin{funcdesc}
{
choice
}{
seq
}
\begin{funcdesc}
{
choice
}{
seq
}
Chooses a random element from the non-empty sequence
\var
{
seq
}
and returns it.
Chooses a random element from the non-empty sequence
\var
{
seq
}
and returns it.
\end{funcdesc}
\end{funcdesc}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment