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 details)

Uploaded Source

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

Hashes for java-random-1.0.tar.gz
Algorithm Hash digest
SHA256 26f5643315a06ea0c04fdc37028e423f4f2bdd59c2525b5c728ebd0d3282bd4c
MD5 5ba543de33dc0e6ad7df3c9c05453792
BLAKE2b-256 dfcf4627b9a6c53b3ce03656e4d6c44233968da837812677351facf6a2e28f3f

See more details on using hashes here.

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