SciPy

numpy.random.philox.Philox.ctypes

attribute

Philox.ctypes

ctypes interface

Returns:
interface : namedtuple

Named tuple containing ctypes 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.philox.Philox.cffi

Next topic

SFC64 Small Fast Chaotic PRNG