Skip to main content

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

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

java-random-1.0.tar.gz (3.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page