Index

Subject : Re: LUG: C++/C question

From : Stephen Roller <scroller@ncsu.[redacted]>

Date : Tue, 06 Dec 2011 23:28:21 -0600

Parent


You could also generate say, 1000 distribution samples that you'd
possibly output and store those in the binary, and output one
randomly.

On Tue, Dec 6, 2011 at 11:19 PM, Ian Kilgore <imkilgor@ncsu.[redacted]> wrote:
> 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