Home
last modified time | relevance | path

Searched refs:mtwist (Results 1 – 24 of 24) sorted by relevance

/dports/www/flickcurl/flickcurl-1.26/libmtwist/
H A Dmtwist.h40 typedef struct mtwist_s mtwist; typedef
43 mtwist* mtwist_new(void);
45 void mtwist_free(mtwist* mt);
48 void mtwist_init(mtwist* mt, unsigned long seed);
49 unsigned long mtwist_u32rand(mtwist* mt);
50 double mtwist_drand(mtwist* mt);
53 unsigned long mtwist_seed_from_system(mtwist* mt);
H A Dmt.c83 mtwist*
86 mtwist* mt; in mtwist_new()
88 mt = (mtwist*)calloc(1, sizeof(*mt)); in mtwist_new()
107 mtwist_free(mtwist* mt) in mtwist_free()
122 mtwist_init(mtwist* mt, unsigned long seed) in mtwist_init()
143 mtwist_update_state(mtwist* mt) in mtwist_update_state()
170 mtwist_u32rand(mtwist* mt) in mtwist_u32rand()
206 mtwist_drand(mtwist* mt) in mtwist_drand()
H A DMakefile.am19 mtwist.h \
H A Dseed.c67 mtwist_seed_from_system(mtwist* mt) in mtwist_seed_from_system()
H A Dtest.c95 mtwist* mt = NULL; in main()
H A DMakefile.in274 mtwist.h \
/dports/textproc/rasqal/rasqal-0.9.33/libmtwist/
H A Dmtwist.h40 typedef struct mtwist_s mtwist; typedef
43 mtwist* mtwist_new(void);
45 void mtwist_free(mtwist* mt);
48 void mtwist_init(mtwist* mt, unsigned long seed);
49 unsigned long mtwist_u32rand(mtwist* mt);
50 double mtwist_drand(mtwist* mt);
53 unsigned long mtwist_seed_from_system(mtwist* mt);
H A Dmt.c83 mtwist*
86 mtwist* mt; in mtwist_new()
88 mt = (mtwist*)calloc(1, sizeof(*mt)); in mtwist_new()
107 mtwist_free(mtwist* mt) in mtwist_free()
122 mtwist_init(mtwist* mt, unsigned long seed) in mtwist_init()
143 mtwist_update_state(mtwist* mt) in mtwist_update_state()
170 mtwist_u32rand(mtwist* mt) in mtwist_u32rand()
206 mtwist_drand(mtwist* mt) in mtwist_drand()
H A DMakefile.am19 mtwist.h \
H A Dseed.c67 mtwist_seed_from_system(mtwist* mt) in mtwist_seed_from_system()
H A Dtest.c95 mtwist* mt = NULL; in main()
H A DMakefile.in299 mtwist.h \
/dports/benchmarks/filebench/filebench-1.5-alpha3-27-g22620e6/
H A DMakefile.am20 cvars/mtwist/mtwist.c cvars/mtwist/mtwist.h
/dports/benchmarks/filebench/filebench-1.5-alpha3-27-g22620e6/cvars/
H A DMakefile.am12 common_cvar_files = mtwist/mtwist.c mtwist/randistrs.c cvar_tokens.c
/dports/benchmarks/filebench/filebench-1.5-alpha3-27-g22620e6/cvars/mtwist/
H A DREADME6 mtwist.3 and randistrs.3.
10 http://www.cs.hmc.edu/~geoff/mtwist.html
19 used mt_xxx versions are mentioned here; see mtwist(3) for more
H A DCHANGELOG4 mtwist prior to 1.4 contained a bug that affects the random
20 libraries, must be given as NULL. Since mtwist never used the
/dports/textproc/rasqal/rasqal-0.9.33/src/
H A Drasqal_random.c173 mtwist_free((mtwist*)random_object->data); in rasqal_free_random()
218 mtwist_init((mtwist*)random_object->data, (unsigned long)seed); in rasqal_random_seed()
292 r = RASQAL_GOOD_CAST(int, mtwist_u32rand((mtwist*)random_object->data)); in rasqal_random_irand()
328 d = mtwist_drand((mtwist*)random_object->data); in rasqal_random_drand()
/dports/games/crafty/crafty-25.2_1/
H A Dtbcore.c662 static const ubyte mtwist[] = { variable
729 s += (i == 0) ? 1 : binomial[i - 1][mtwist[invtriangle[j]]]; in init_indices()
917 if (mtwist[pos[i]] > mtwist[pos[j]]) in encode_piece()
922 idx += binomial[i - 1][mtwist[pos[i]]]; in encode_piece()
/dports/www/flickcurl/flickcurl-1.26/src/
H A Dflickcurl_internal.h455 mtwist* mt;
/dports/textproc/rasqal/rasqal-0.9.33/
H A Dconfigure.ac1138 random_approaches="mtwist"
1144 AC_ARG_WITH(random-approach, [ --with-random-approach=NAME Use random approach - mtwist, random_…
1151 mtwist)
H A DChangeLog.11388 (rasqal_random_drand): For mtwist do not calculate unused d [clang]
H A Dconfigure15530 mtwist)
/dports/www/flickcurl/flickcurl-1.26/
H A DChangeLog1485 mtwist unless building experimental OAuth
/dports/cad/calculix-ccx/CalculiX/ccx_2.18/src/
H A DLOGBOOK4323 - deleted mtwist.*