ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> python-announce
python-announce
[Module] crng 1.0
by Per Kraulis other posts by this author
Dec 13 2000 9:51AM messages near this date
[ANN] crng 1.0: Random-number generators (RNGs) as Python extension types coded in C. | Python Moderated Forum
crng 1.0                                
                                --------                                

Random-number generators (RNGs) implemented as Python extension types
coded in C

The Python module crng implements random-number generators (RNGs) based
on several different algorithms producing uniform deviates in the open
interval (0,1), i.e. exclusive of the end-point values 0 and 1. A few
continuous and integer-valued non-uniform deviates are also available.
Each RNG algorithm is implemented as a separate Python extension type.
The RNG types are independent of each other, but have very similar
interfaces. The entire module is implemented as one single C source code
file.


       URL:  http://www.sbc.su.se/~per/crng

   License:  GPL
  Binaries:  Linux Red Hat 6.1, SGI IRIX 6.5

  Categories:  Math

Per Kraulis (per@sbc.su.se)
http://www.sbc.su.se/~per

--
<a href="http://www.sbc.su.se/~per/crng"> crng 1.0</a> -- Random-number
generators (RNGs) implemented as Python extension types coded in C



-- 
http://www.python.org/mailman/listinfo/python-announce-list

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved