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
Release files for funny-codes 1.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| funny-codes-1.0.1.tar.gz | 2.7 kB | Details |
Release files / funny-codes-1.0.1.tar.gz
| Download URL | funny-codes-1.0.1.tar.gz |
|---|---|
| Size | 2.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ca38d0dba35b7e67504a5fe9bcd614fd8d9e529ebc72b97c1d1d47fd3e439502
|
|
BLAKE2b-256 checksum How to use checksums |
1bccf9b055e9d701573e0918a4e1ce60d9e243b540532f83e997cfe022ce0e12
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |