|
Science Forum Index » Compression Forum » Compression using Random Number Generators?
Page 1 of 1
|
| Author |
Message |
| moogie |
Posted: Wed Mar 05, 2008 11:26 am |
|
|
|
Guest
|
http://www.patentstorm.us/patents/7184597.html
I while i am not really proficient at reading patents, this seems to
be generating patterns using a RNG and then comparing the difference
to the source sequence.
I would have thought that the cost of storing the seed of the
generator would outweigh the benefits...
What are my more learned comp.compression regulars think? |
|
|
| Back to top |
|
| Phil Carmody |
Posted: Thu Mar 06, 2008 7:21 am |
|
|
|
Guest
|
moogie <budgetanime@mystarship.com> writes:
Quote: http://www.patentstorm.us/patents/7184597.html
I while i am not really proficient at reading patents, this seems to
be generating patterns using a RNG and then comparing the difference
to the source sequence.
I would have thought that the cost of storing the seed of the
generator would outweigh the benefits...
You think right.
Quote: What are my more learned comp.compression regulars think?
Even more bullshit than an average patent.
Phil
--
Dear aunt, let's set so double the killer delete select all.
-- Microsoft voice recognition live demonstration |
|
|
| Back to top |
|
| MisterE |
Posted: Sat Mar 08, 2008 7:38 pm |
|
|
|
Guest
|
"moogie" <budgetanime@mystarship.com> wrote in message
news:70722e7f-d2c7-41ae-bc99-ef5f13bb16fb@e10g2000prf.googlegroups.com...
Quote: http://www.patentstorm.us/patents/7184597.html
I while i am not really proficient at reading patents, this seems to
be generating patterns using a RNG and then comparing the difference
to the source sequence.
I would have thought that the cost of storing the seed of the
generator would outweigh the benefits...
What are my more learned comp.compression regulars think?
Just a convoluted way of saying "If your input file matches the output of a
random number generator, the generator can be used to compress the
file!</invention>" |
|
|
| Back to top |
|
| |