#8310 closed (fixed)
Fix usage of randint/randrange in [8340]
| Reported by: | Malcolm Tredinnick | Owned by: | Malcolm Tredinnick | 
|---|---|---|---|
| Component: | Uncategorized | Version: | dev | 
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no | 
| Needs tests: | no | Patch needs improvement: | no | 
| Easy pickings: | no | UI/UX: | no | 
Description
Usage of randint and randrange in [8340] is slightly muddled.
  Note:
 See   TracTickets
 for help on using tickets.
    
(In [8346]) Fixed #8310 -- Actually use the SystemRandom RNG, if available, which fixes an
oversight from [8340]. The previous code worked, but this is what I really
intended.