Revision history of "Talk:Random integer in a range"

From PostgreSQL wiki

Jump to: navigation, search
(Latest | Earliest) View (newer 50) (older 50) (20 | 50 | 100 | 250 | 500)

Diff selection: mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur) (prev) 03:20, 2 July 2009 Lazzy (Talk | contribs) (453 bytes) (New page: --~~~~: I find it simpler to use the following segment: <source lang="perl"> $_number_ = $imin + ( (rand) * ($imax -$imin + 1)); return sprintf "%d",$_number_; </source> because it correc...)
(Latest | Earliest) View (newer 50) (older 50) (20 | 50 | 100 | 250 | 500)
Personal tools