ScaMaC
0.8.2
A Scalable Matrix Collection
|
high-level access to the ScaMaC More...
Go to the source code of this file.
Functions | |
ScamacErrorCode | scamac_generator_set_rngseed (ScamacGenerator *gen, const char *parname, uint64_t seed) |
set random seed | |
ScamacErrorCode | scamac_generator_set_rngseed_str (ScamacGenerator *gen, const char *parname, const char *seedstr) |
set random seed, reading from an arbitrary (random) string More... | |
ScamacErrorCode | scamac_generator_parameter_desc (const ScamacGenerator *gen, const char *format, char **desc) |
high-level access to the ScaMaC
ScamacErrorCode scamac_generator_parameter_desc | ( | const ScamacGenerator * | gen, |
const char * | format, | ||
char ** | desc | ||
) |
textual representation of generator parameters. Returns a string that, when passed to scamac_parse_argstr, produces an identical generator. Useful, e.g., to pass around a generator between different processes
format="argstr","desc"