qiskit.providers.ibmq.random.IBMQRandomService.get_service¶ IBMQRandomService.get_service(name)[source]¶ Return the random number service with the given name. Parameters name (str) – Name of the service. Return type BaseRandomService Returns Service with the given name. Raises IBMQError – If the service cannot be found.