Difference between revisions of "Issue:Randomseed"
From FollowTheScore
(New page: * [http://bugzilla.wikipedia.org/show_bug.cgi?id=11891 11891 Add randomseed]) |
|||
| Line 1: | Line 1: | ||
| − | + | {{Issue | |
| + | |Type = Change Request | ||
| + | |Extension = | ||
| + | |Version = next | ||
| + | |Description = Add <tt>randomseed=</tt>''number'' | ||
| + | |Status = open | ||
| + | }} | ||
| + | |||
| + | == Problem == | ||
| + | When using the DPL-extension to build semirandom sets of articles, like a main page with changing articles, the set of randomly choosen articles should be kept static for a spesific time period. An easy fix for this is to add a random seed that changes i a predictable way, like once a week or once a day. | ||
| + | |||
| + | See also [http://bugzilla.wikipedia.org/show_bug.cgi?id=11891 11891 Add randomseed] for a patch. | ||
| + | |||
| + | == Reply == | ||
Revision as of 03:33, 14 November 2007
| Description: | Add randomseed=number |
| Extension / Version: | / next |
| Type / Status: | Change Request / open |
Problem
When using the DPL-extension to build semirandom sets of articles, like a main page with changing articles, the set of randomly choosen articles should be kept static for a spesific time period. An easy fix for this is to add a random seed that changes i a predictable way, like once a week or once a day.
See also 11891 Add randomseed for a patch.