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
[ANN] crng 1.0: Random-number generators (RNGs) as Python extension types coded in C.
by Per Kraulis other posts by this author
Dec 14 2000 2:07AM messages near this date
ANNOUNCE: AVPython (Python embedded in ArcView GIS) now open source | [Module] crng 1.0
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.

Official website:  http://www.sbc.su.se/~per/crng/

Documentation:  http://www.sbc.su.se/~per/crng/doc.html

The GNU General Public License (GPL) applies.

[Please note that the crng module has been tested under Python 1.5.2
only. I'd be grateful if someone could check it under Python 2.0.]

-- 
Per J. Kraulis, Ph.D.                        per@[...].se
Stockholm Bioinformatics Center (SBC)        http://www.sbc.su.se/~per
Dept. Biochemistry, Stockholm University     phone +46 (0)8 - 674 78 17
SE-106 91 Stockholm, SWEDEN                  fax   +46 (0)8 -  15 80 57

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

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