dwave.samplers.RandomSampler.properties# RandomSampler.properties: Mapping[str, Any] = {}[source]# Information about the solver. Empty. Examples >>> from dwave.samplers import RandomSampler >>> sampler = RandomSampler() >>> sampler.properties {}