Thread: need suggestion for custom randomize function

  1. #1
    Unregistered
    Guest

    need suggestion for custom randomize function

    if I were not to call the time nor the standard library and I wanted to make a custom randomize function, is it even possible?

  2. #2
    Davros
    Guest
    Yes, it's possible.

    Here's a link to one I wrote sometime ago.

    (Randomal64)

    http://www.generation5.org/aisolutions/ga01.shtml

    Unfortunately, this code was written for C++ Builder & includes some hokey things like AnsiString classes.

    However, since then I've ported the code to standard C++. If you would like it, I'll email it to you.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Troubleshooting Input Function
    By SiliconHobo in forum C Programming
    Replies: 14
    Last Post: 12-05-2007, 07:18 AM
  2. Bisection Method function value at root incorrect
    By mr_glass in forum C Programming
    Replies: 3
    Last Post: 11-10-2005, 09:10 AM
  3. C++ compilation issues
    By Rupan in forum C++ Programming
    Replies: 1
    Last Post: 08-22-2005, 05:45 AM
  4. c++ linking problem for x11
    By kron in forum Linux Programming
    Replies: 1
    Last Post: 11-19-2004, 10:18 AM
  5. I need help with passing pointers in function calls
    By vien_mti in forum C Programming
    Replies: 3
    Last Post: 04-24-2002, 10:00 AM