in reply to Re^2: Randomizing Big Files
in thread Randomizing Big Files

Another question: How many times do you need to do this? Why is efficiency so important? If you only need to do it once, just code it, run it, and be done. :D

Replies are listed 'Best First'.
Re^4: Randomizing Big Files
by Anonymous Monk on Jan 27, 2005 at 11:19 UTC
    If you only need to do it once, just code it, run it, and be done.

    We need something eficient because with a normal code is just impossible to run with a file of 4Gb! I just don't have 1Gb of Ram to be able to load everything in the memory.