\ccImplementation added

This commit is contained in:
Sven Schönherr 1997-05-09 14:38:12 +00:00
parent cff990223e
commit 16c58da2d7
2 changed files with 14 additions and 0 deletions

View File

@ -83,6 +83,13 @@ described below.
\ccMemberFunction{ void restore_seed( Seed const& seed);}{
restores the internal seed from \ccc{seed}.}
% -----------------------------------------------------------------------------
\ccImplementation
We use the C library function \ccc{erand48} to generate the random
numbers, i.e.\ the sequence of numbers depends on the implementation
of \ccc{erand48} on your specific platform.
\end{ccClass}
% ===== EOF ===================================================================

View File

@ -83,6 +83,13 @@ described below.
\ccMemberFunction{ void restore_seed( Seed const& seed);}{
restores the internal seed from \ccc{seed}.}
% -----------------------------------------------------------------------------
\ccImplementation
We use the C library function \ccc{erand48} to generate the random
numbers, i.e.\ the sequence of numbers depends on the implementation
of \ccc{erand48} on your specific platform.
\end{ccClass}
% ===== EOF ===================================================================