Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

SOUP

JohnNichols
Valued Contributor II
236 Views

Martin Gardner  provided this rather interesting genetic program in his writing in Sci Amer in the mid 80's. 

I copied his program in basic and ran it on GWBASIC and it ran nicely without a problem

At the time I coded it in Fortran and tried to get a random number generator to work to no success.

0 Kudos
3 Replies
JohnNichols
Valued Contributor II
236 Views

 

Missed the attachment --

How do I get a decent pass at a random number generator -- I know it was annoying at the time it worked well in basic but not Fortran

Gennady_F_Intel
Moderator
236 Views

I see fortran's random is used into this example.Do you want to adopt the MKL RNG into this code?  If yes, pls have a look at the 

..\mkl\examples\vslf\source exampledirectory which contains > 150 examles show how to do that.

JohnNichols
Valued Contributor II
236 Views

Thanks

Reply