SciPy

This is documentation for an old release of NumPy (version 1.17). Read this page in the documentation of the latest stable release (version 2.2).

numpy.random.PCG64.cffi

attribute

PCG64.cffi

CFFI interface

Returns:
interface : namedtuple

Named tuple containing CFFI wrapper

  • state_address - Memory address of the state struct
  • state - pointer to the state struct
  • next_uint64 - function pointer to produce 64 bit integers
  • next_uint32 - function pointer to produce 32 bit integers
  • next_double - function pointer to produce doubles
  • bitgen - pointer to the bit generator struct

Previous topic

numpy.random.PCG64.jumped

Next topic

numpy.random.PCG64.ctypes