Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
k_partition_of_r_generator.h File Reference

(ac01635f461bd9f211d89f6eea833d9d928fd113)

#include "../namespaces.h"
#include <catch/catch.hpp>
#include <random>
#include <numeric>
#include <algorithm>
+ Include dependency graph for k_partition_of_r_generator.h:

Go to the source code of this file.

Classes

class  QDOC_CATCH_GENERATORS_ROOT_NAMESPACE::QDOC_CATCH_GENERATORS_PRIVATE_NAMESPACE::KPartitionOfRGenerator
 

Namespaces

namespace  QDOC_CATCH_GENERATORS_ROOT_NAMESPACE
 
namespace  QDOC_CATCH_GENERATORS_ROOT_NAMESPACE::QDOC_CATCH_GENERATORS_PRIVATE_NAMESPACE
 \variable PathGeneratorConfiguration::multi_device_path_probability
 

Functions

Catch::Generators::GeneratorWrapper< std::vector< double > > QDOC_CATCH_GENERATORS_ROOT_NAMESPACE::k_partition_of_r (double r, std::size_t k)
 Returns a generator that generates collections of k elements whose sum is r.