ScaMaC  0.8.2
A Scalable Matrix Collection
Functions
scamac_collection.h File Reference

high-level access to the ScaMaC More...

#include "scamac_error.h"
#include "scamac_generator.h"
#include <stdbool.h>

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)
 

Detailed Description

high-level access to the ScaMaC

Author
Andreas Alvermann (University of Greifswald)
Date
October 2017 — today

Function Documentation

◆ scamac_generator_parameter_desc()

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"