private-dreamnet/dreampower

View on GitHub
src/transform/opencv/bodypart/inferrer.py

Summary

Maintainability
A
0 mins
Test Coverage

Standard pseudo-random generators are not suitable for security/cryptographic purposes.
Open

            hair_h = vag.h * random.uniform(0.4, 1.5)

Standard pseudo-random generators are not suitable for security/cryptographic purposes.
Open

        nip_dim = int(5 + aur.w * random.uniform(0.03, 0.09))

Standard pseudo-random generators are not suitable for security/cryptographic purposes.
Open

            hair_w = vag.w * random.uniform(0.4, 1.5)

There are no issues that match your filters.

Category
Status