Generate randoms strings of a given pattern
Project description
This is a small module for generating randoms strings of a given pattern. It is also capable of estimating various metrics for this pattern (probability of collision, estimated collision count and total variants count).
Installation
$ pip install funny-codes
Usage
>>> from funny_codes import FunnyCodes >>> my_codes = FunnyCodes('TATAN-76') >>> my_codes.next() # the following is a random code matching the pattern HIPAS-12 >>> my_codes.next() MOVER-87 >>> my_codes.variants_count() 20000844 >>> my_codes.collision_prob(1000) 0.024664677603280283 >>> my_codes.expected_collisions(10000) 2.499235797673464
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
funny-codes-1.0.1.tar.gz
(2.7 kB
view details)
File details
Details for the file funny-codes-1.0.1.tar.gz
.
File metadata
- Download URL: funny-codes-1.0.1.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca38d0dba35b7e67504a5fe9bcd614fd8d9e529ebc72b97c1d1d47fd3e439502 |
|
MD5 | 3c9a3f690df122e5d04ced24880d6ce9 |
|
BLAKE2b-256 | 1bccf9b055e9d701573e0918a4e1ce60d9e243b540532f83e997cfe022ce0e12 |