cu 1.0.2

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

cu 1.0.2

cu: generate a unique value from a consecutively number list









Install
$ pip install cu

Why Permutated?

Why not 😂
Clean and focused
Actively maintained

Usage
import cu as consecutively_unique
val = consecutively_unique.cu(1, 5)

print(val(), val(), val(), val())
# => 18 7 1 10

API
cu(minValue, maxValue)

Return a function with a unique value unique value form a consecutively number list

Related

consecutively-unique: same thing but in JavaScript

Team








Carlos Abraham



License
MIT License © Carlos Abraham

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.