Re: Random() - Mailing list pgsql-sql

From Ezequias Rodrigues da Rocha
Subject Re: Random()
Date
Msg-id 55c095e90611161254w271e6781h6ee0d09a5be60db1@mail.gmail.com
Whole thread Raw
In response to Re: Random()  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
Responses Re: Random()
List pgsql-sql
Just another question. I can trust on this random number ? The rule to it is quite tested ?

I am thinking in implementing a function that return allways a random number. What do you think of the trust of this function (random()) ?

My bigint field has 20,000 numbers and I'd like to make real random (used like lottery).


Regards
Ezequias

2006/11/16, A. Kretschmer < andreas.kretschmer@schollglas.com>:
am  Thu, dem 16.11.2006, um 16:31:14 -0200 mailte Ezequias Rodrigues da Rocha folgendes:
> Hi list,
>
> I have a bigint collumn and I would like to generate a random number within the
> numbers of my column.

select <bigint_column> from <your_table> order by random() limit 1;


Andreas
--
Andreas Kretschmer
Kontakt:  Heynitz: 035242/47215,   D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID:   0x3FFF606C, privat 0x7F4584DA   http://wwwkeys.de.pgp.net

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
       subscribe-nomail command to majordomo@postgresql.org so that your
       message can get through to the mailing list cleanly



--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
                                  Atenciosamente (Sincerely)
                        Ezequias Rodrigues da Rocha
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
A pior das democracias ainda é melhor do que a melhor das ditaduras
The worst of democracies is still better than the better of dictatorships
http://ezequiasrocha.blogspot.com/

pgsql-sql by date:

Previous
From: "Ezequias Rodrigues da Rocha"
Date:
Subject: Re: Random()
Next
From: Andrew Sullivan
Date:
Subject: Re: Random()