star-sp

Random number generators and distributions
git clone git://git.meso-star.fr/star-sp.git
Log | Files | Refs | README | LICENSE

commit 04a54103593f5de0d826fee23d370f03002d4547
parent bc381d26af9ba9aeec7da8c99f489d652a43ba1e
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Tue,  5 Jul 2016 11:51:28 +0200

Remove useless field in struct.

Diffstat:
Msrc/ssp_distributions.h | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/ssp_distributions.h b/src/ssp_distributions.h @@ -13,16 +13,12 @@ struct ssp_rng; struct mem_allocator; struct ssp_ran_gaussian { - size_t sizeof_params; - size_t sizeof_state; ref_T ref; struct mem_allocator* allocator; struct ran_gaussian_state *state; }; struct ssp_ran_piecewise_linear { - size_t sizeof_params; - size_t sizeof_state; ref_T ref; struct mem_allocator* allocator; struct ran_piecewise_linear_state *state;