Home
last modified time | relevance | path

Searched refs:mp_urandomb_ui (Results 1 – 4 of 4) sorted by relevance

/dports/math/fpc-gmp/fpc-3.2.2/packages/gmp/src/
H A Dgmp.pas230 function mp_urandomb_ui(var state: randstate_t; n: valuint): valuint; cdecl; external LIB name '__g… in mp_urandomb_ui() function
1806 result := mp_urandomb_ui(dest(state)^, n);
1811 result := mp_urandomb_ui(dest(state)^, n);
/dports/lang/fpc-source/fpc-3.2.2/packages/gmp/src/
H A Dgmp.pas230 function mp_urandomb_ui(var state: randstate_t; n: valuint): valuint; cdecl; external LIB name '__g… in mp_urandomb_ui() function
1806 result := mp_urandomb_ui(dest(state)^, n);
1811 result := mp_urandomb_ui(dest(state)^, n);
/dports/math/fpc-gmp/fpc-3.2.2/packages/gmp/examples/
H A Dgmp_test_impl.inc180 r1 := mp_urandomb_ui(state, B);
181 r2 := mp_urandomb_ui(state, B);
182 r3 := mp_urandomb_ui(state, B);
/dports/lang/fpc-source/fpc-3.2.2/packages/gmp/examples/
H A Dgmp_test_impl.inc180 r1 := mp_urandomb_ui(state, B);
181 r2 := mp_urandomb_ui(state, B);
182 r3 := mp_urandomb_ui(state, B);