-
Notifications
You must be signed in to change notification settings - Fork 560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C:\WINDOWS\TEMP\bugrep0-34706349 #73
Comments
From MCVAYRA@mail.northgrum.comThe rand() function should produce a specific, repeatable sequence srand('028350); from the command line the following results were obtained. ======== Win95 perl -e "srand('028350');print rand();" ======== Linux (Intel) ======== AIX perl -e 'srand("028350"); print rand(),"\n";' ======== DEC Unix ======== HPUX Perl Info
|
From The RT System itselfcomparing unix ports and intel ports is weird. Probably means win32 and unix. |
From [Unknown Contact. See original ticket]different platforms may use different rand() functions. As long as the sequence generated by: srand( 10 ); is consistent between multiple runs on one platform, this isn't a bug. Obviously - the above snippet should be extendable to any srand value or any length sequence. The idea _is_ to generate a random number, not something that can be specified. |
Backport: Prevent incpath to spill into libpth
Migrated from rt.perl.org#875 (status was 'resolved')
Searchable as RT875$
The text was updated successfully, but these errors were encountered: