halcheck 1.0
Loading...
Searching...
No Matches

◆ one() [1/2]

template<typename... Args>
lib::common_type_t< lib::invoke_result_t< Args, lib::atom >... > halcheck::gen::one ( lib::atom id,
Args... args )

Generates a value according to a randomly selected generator.

Template Parameters
FsThe type of generators to use.
Parameters
idA unique identifier for the generated value.
argsThe generators to invoke.
Returns
A value produced by one of args.