Random pix not random at all Random pix not random at all
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Random pix not random at all

Started by metropolis2003, March 03, 2004, 03:21:17 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

metropolis2003

Hi,

probably a MySQL bug (ORDER BY RAND()), but in my CPG installation, the random pictures shown on the gallery main page are not random at all. I have set it to display four random pictures, however one of my total 50 pictures is being displayed about 95% of the time.

There are 2-3 other pictures shown much more often (I'd say about 60%). Those "not randomized" pictures where the numbers 2,3,4,5 when I (batch-)uploaded the pictures. The first picture I uploaded however does not show a significant display peak.

Anyone had similar problems? How can I hack the randomize function use a different randomizer? (Because I begin to hate that picture  :twisted: )

Nibbler

You could try altering it to ORDER BY RAND() ASC or DESC see if that makes any difference.