Implementation of Java's Random
Project description
Java-Random is a simple implementation of Java’s standard java.util.Random class in Python. Java’s random number generation algorithm is exceedingly straightforward to reimplement in other languages, and this is simply an implementation for Python.
Installation
A standard setup.py is provided.
FAQ
- Why would you do this?
I needed this particular generator available in another program, and this was the quickest, simplest way to achieve that goal.
- What’s wrong with Python’s random module?
Nothing. In fact, Python’s random module is far superior to this module in a number of respects, including predictability, speed, robustness, and features. If you’re looking for good random number generation in Python, just use random instead.
- Your code sucks.
That’s not a question. Also, feel free to blame the Java specification for that, as they have a very specific way of doing things and I felt that trying to spice up my code might lead to some unobvious and unfun bugs.
- Where is the official Java specification for this, anyway?
http://download.oracle.com/javase/6/docs/api/java/util/Random.html, until Oracle removes it.
- …This is for Minecraft, isn’t it?
No comment.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file java-random-1.0.tar.gz
.
File metadata
- Download URL: java-random-1.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 26f5643315a06ea0c04fdc37028e423f4f2bdd59c2525b5c728ebd0d3282bd4c |
|
MD5 | 5ba543de33dc0e6ad7df3c9c05453792 |
|
BLAKE2b-256 | dfcf4627b9a6c53b3ce03656e4d6c44233968da837812677351facf6a2e28f3f |