Django

Code

Ticket #8310 (closed: fixed)

Opened 4 months ago

Last modified 4 months ago

Fix usage of randint/randrange in [8340]

Reported by: mtredinnick Assigned to: mtredinnick
Milestone: 1.0 beta Component: Uncategorized
Version: SVN Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation:
Needs tests: Patch needs improvement:

Description

Usage of randint and randrange in [8340] is slightly muddled.

Attachments

Change History

08/14/08 08:54:24 changed by mtredinnick

  • status changed from new to closed.
  • resolution set to fixed.

(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.


Add/Change #8310 (Fix usage of randint/randrange in [8340])




Change Properties
Action