Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

random2

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

random2

Python 3 compatible Python 2 `random` Module.

  • 1.0.2
  • PyPI
  • Socket score

Maintainers
1

======= CHANGES

1.0.2 (2023-12-18)

  • Change support to Python 3.10, 3.11, 3.12, and 3.13 only.

1.0.1 (2013-03-15)

  • Fix setup.py so that an install of the package will actually work.

1.0.0 (2013-03-06)

  • Initial PyPI release.

======== Random 2

.. image:: https://github.com/strichter/random2/actions/workflows/test.yml/badge.svg :target: https://github.com/strichter/random2/actions

.. image:: https://img.shields.io/pypi/v/random2.svg :target: https://pypi.python.org/pypi/random2

.. image:: https://img.shields.io/pypi/pyversions/random2.svg :target: https://pypi.python.org/pypi/random2/

This package provides a Python 3 ported version of Python 2.7's random module. It has also been back-ported to work in Python 2.6.

In Python 3, the implementation of randrange() was changed, so that even with the same seed you get different sequences in Python 2 and 3. Note that several high-level functions such as randint() and choice() use randrange().

In my testing code I heavily rely on stable random generator results and it makes porting code to Python 3 a lot harder, if all those tests have to be adjusted. This package fixes that.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc