Re: Problem !!!
On Fri, 21 Feb 1997 14:10:49 -0500 Robert Craig
<robert_craig at COMPUSERVE.COM> writes:
>Lucius L. Hilley III writes:
>> What is the Max seed number and where
>> you aware of this Problem?
>
>I'm not aware of any problem with rand() or set_rand().
>The seed value for set_rand() can be *any* atom, but only
>the lower 32-bits are actually used. I've added a note
>about this to library.doc - thanks.
>
>> I am attempting to create a sort routine that
>> requires FEWER Decisions than any other.
>> I could Really use that random generator for
>> testing purposes.
-------------------------------------------------
I can now test the sort and the random is NOT the
problem.
-------------------------------------------------
>"bucket sort" requires *zero* comparisons, but you need
I need the comparisons so that I can reconstruct that I can
map there choices and reconstruct the original order.
Thanks any how.
If anyone else would like to know how bucket sort works
then you need to speak up.
> Do you get a failure on the code below *without*
>my_sort?
NOPE ! It is somewhere in my_sort.
>if not then you had better send me my_sort()
>or post it here. Thanks.
I will send it to YOU. I am trying to create compression.
and I don't want the source floating about.
THANKS.
I haven't been able to track the Problem as of yet.
I have noticed that it doesn't seem to occur unless.
"size" is set above 200 BUT it might occur as low as
128. IT hasn't so far though. :-]
Good luck tracking the problem. I haven't a clue.
--Lucius Lamar Hilley III
-- E-mail at luciuslhilleyiii at juno.com
-- I can only support file transfers of less than 64K and in UUE format.
|
Not Categorized, Please Help
|
|