× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



There is the C language runtime function srand and rand that will do
what you want, or you can call the OS/400 APIs that do the same thing
(can't remember their names off the top of my head). But basically you
start out with some "known" value and seed the random number routine
(srand or the API). Then you call the random number generator (rand or
the API) and it will create a random number for you. You then use that
random number to retrieve the next random number, and so on.

Bob

-----Original Message-----
From: web400-bounces@midrange.com [mailto:web400-bounces@midrange.com]
On Behalf Of Tom Jedrzejewicz @ San Pedro
Sent: Thursday, January 16, 2003 12:23 PM
To: web400@midrange.com
Subject: Re: [WEB400] Generating session keys in RPG using HASH values


How about getting the current system time out to the millisecond?  
It isn't random, but it will be unique.

>>> mskvarenina@usa.net 01/16/03 08:59AM >>>
I need to generate a pseudo-random character string to be used as a
session key in my browser applications.  Has anyone used a hashing
method in RPG to generate a pseudo-random number and if so, could you
please post it. _______________________________________________
This is the Web Enabling the AS400 / iSeries (WEB400) mailing list To
post a message email: WEB400@midrange.com 
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo.cgi/web400 
or email: WEB400-request@midrange.com 
Before posting, please take a moment to review the archives
at http://archive.midrange.com/web400.

THIS MESSAGE IS INTENDED ONLY FOR THE USE OF THE INDIVIDUAL OR ENTITY TO
WHICH IT IS ADDRESSED AND MAY CONTAIN INFORMATION THAT IS PRIVILEGED,
CONFIDENTIAL AND EXEMPT FROM DISCLOSURE UNDER APPLICABLE LAW.  If the
reader of this message is not the intended recipient, or the employee or
agent responsible for delivering the message to the intended recipient,
you are hereby notified that any dissemination, distribution, copying,
downloading, storing or forwarding of this communication is prohibited.
If you have received this communication in error, please notify us
immediately via email and delete the message from your computer files
and/or data base.  Thank you.
_______________________________________________
This is the Web Enabling the AS400 / iSeries (WEB400) mailing list To
post a message email: WEB400@midrange.com To subscribe, unsubscribe, or
change list options,
visit: http://lists.midrange.com/mailman/listinfo.cgi/web400
or email: WEB400-request@midrange.com
Before posting, please take a moment to review the archives
at http://archive.midrange.com/web400.



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.