Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

SOUP

JohnNichols
Valued Contributor III
344 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 III
344 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

0 Kudos
Gennady_F_Intel
Moderator
344 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.

0 Kudos
JohnNichols
Valued Contributor III
344 Views

Thanks

0 Kudos
Reply