Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Random numbers

Re: Random numbers

From: J.P. <jp_boileau_at_yahoo.com>
Date: 15 Mar 2002 12:28:30 -0800
Message-ID: <7e388bc3.0203151228.e417597@posting.google.com>


Take your simple C-code random generator.

Use "(TRUNC(sysdate)-sysdate) * 1000" as your seed value.

T'should work quite well.

JP Received on Fri Mar 15 2002 - 14:28:30 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US