A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://svn.python.org/projects/python/branches/r22b2-branch/Doc/lib/librand.tex below:

\section{\module{rand} --- None} \declaremodule{standard}{rand} \modulesynopsis{None} The \code{rand} module simulates the C library's \code{rand()} interface, though the results aren't necessarily compatible with any given library's implementation. While still supported for compatibility, the \code{rand} module is now considered obsolete; if possible, use the \code{whrandom} module instead. \begin{funcdesc}{choice}{seq} Returns a random element from the sequence \var{seq}. \end{funcdesc} \begin{funcdesc}{rand}{} Return a random integer between 0 and 32767, inclusive. \end{funcdesc} \begin{funcdesc}{srand}{seed} Set a starting seed value for the random number generator; \var{seed} can be an arbitrary integer. \end{funcdesc} \begin{seealso} \seemodule{random}{Python's interface to random number generators.} \seemodule{whrandom}{The random number generator used by default.} \end{seealso}

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4