![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
sci.crypt archiveRe: 63/64 bit version of Delphi's function random( aRange : integer ) : integer; ?
From: Mike Warren <miwa-not-this-bit@or-this-csas.net.au>
Date: Fri Apr 28 2006 - 06:44:03 CEST
Skybuck Flying wrote:
I thought you just wanted to generate a random Int64.
> It's missing ?
Try this: (untested)
function Random64(Range: Int64): Int64;
-Mike
|