Index
Subject
: Re: LUG: C++/C question
From
: Ian Kilgore <imkilgor@ncsu.[redacted]>
Date
: Wed, 07 Dec 2011 00:19:22 -0500
Parent
On Tue, Dec 6, 2011 at 10:12 PM, Daniel Underwood
<daniel.underwood@ncsu.[redacted]> wrote:
> The point of the program is to generate a sample of a random variable with distribution defined by the input data I'm trying to conceal from the user.
The best you can do is make it kind of annoying for a skilled user to
recover the data, period.
Unless you make it a client-server thing, which is rarely practical
and usually slightly more annoying.
--
ik
Replies
: