Avoid use of rand()/random() to prevent Coverity complaining that potentially unsafe

Description

Various uses of rand() and random() flagged as DC.WEAK_CRYPTO by Coverity.
All are likely to be benign, but all could be converted to jlib's getRandom() to avoid Coverity warning.

Conclusion

None

Activity

Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Components

Assignee

Reporter

Priority

Fix versions

Created October 23, 2017 at 9:41 AM
Updated October 24, 2017 at 11:22 AM
Resolved October 24, 2017 at 11:22 AM