[Swift-devel] random seed generator?
Ben Clifford
benc at hawaga.org.uk
Wed Apr 25 11:47:21 CDT 2007
On Wed, 25 Apr 2007, Ben Clifford wrote:
> > I was trying:
> > string a;
> > a = random();
> >
> > But for some reason this translates into random(a).
>
> @random
>
> not
>
> random
>
> perhaps.
Though you'll hit a namespace problem beause it will compile to
vdl:random.
In which case, there's a ./src/org/griphyn/vdl/karajan/lib/Misc.java
which I put in for strcat which could be changed.
--
More information about the Swift-devel
mailing list