mirror of https://github.com/CGAL/cgal
typos fixed
This commit is contained in:
parent
f2cfff3589
commit
bc4f5e908a
|
|
@ -53,11 +53,11 @@ deterministically or using the seed functions as described below.
|
|||
|
||||
\ccConstructor{ CGAL_Random( Seed seed);}{
|
||||
introduces a variable \ccVar\ of type \ccClassTemplateName\
|
||||
and initializes it's internal seed with \ccc{seed}.}
|
||||
and initializes its internal seed with \ccc{seed}.}
|
||||
|
||||
\ccConstructor{ CGAL_Random( long init);}{
|
||||
introduces a variable \ccVar\ of type \ccClassTemplateName\
|
||||
and initializes it's internal seed using \ccc{init}. Equal
|
||||
and initializes its internal seed using \ccc{init}. Equal
|
||||
values for \ccc{init} result in equal sequences of random
|
||||
numbers.}
|
||||
|
||||
|
|
|
|||
|
|
@ -53,11 +53,11 @@ deterministically or using the seed functions as described below.
|
|||
|
||||
\ccConstructor{ CGAL_Random( Seed seed);}{
|
||||
introduces a variable \ccVar\ of type \ccClassTemplateName\
|
||||
and initializes it's internal seed with \ccc{seed}.}
|
||||
and initializes its internal seed with \ccc{seed}.}
|
||||
|
||||
\ccConstructor{ CGAL_Random( long init);}{
|
||||
introduces a variable \ccVar\ of type \ccClassTemplateName\
|
||||
and initializes it's internal seed using \ccc{init}. Equal
|
||||
and initializes its internal seed using \ccc{init}. Equal
|
||||
values for \ccc{init} result in equal sequences of random
|
||||
numbers.}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue