Unit 'gmp' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#gmp]

randstate_t

Declaration

Source position: gmp.pas line 105

type randstate_t = record

  seed: mpz_t;

  alg: randalg_t;

  algdata: record

    case LongInt of

      0: (

          lc: pointer;

        );

  end;

end;


Documentation generated on: 2023-03-18