Re: [lng-odp] Deterministic Random Data in ODP

2016-11-02 Thread Bill Fischofer
On further research, it seems the Posix rand_r() API should be suitable for this use, so I've posted v4 of the random data patch that uses this. On Wed, Nov 2, 2016 at 2:01 PM, Maxim Uvarov wrote: > why random_r() can not be used for implementation? > > On 2 November 2016 at 17:27, Bill Fischofe

Re: [lng-odp] Deterministic Random Data in ODP

2016-11-02 Thread Maxim Uvarov
why random_r() can not be used for implementation? On 2 November 2016 at 17:27, Bill Fischofer wrote: > Background: > > The odp_random_data() API is currently being refined [1] to deprecate the > confusing use_entropy parameter in favor of an enum (odp_random_kind_t) > that specifies the kind of

[lng-odp] Deterministic Random Data in ODP

2016-11-02 Thread Bill Fischofer
Background: The odp_random_data() API is currently being refined [1] to deprecate the confusing use_entropy parameter in favor of an enum (odp_random_kind_t) that specifies the kind of random data required. In conjunction with this it has been suggested that an additional API should be provided to