COMBINATORIAL_BLAS  1.6
make_graph.h File Reference
#include <stdint.h>

Go to the source code of this file.

Functions

void make_graph (int log_numverts, int64_t desired_nedges, uint64_t userseed1, uint64_t userseed2, const double initiator[4], int64_t *nedges, int64_t **result)
 
void make_random_numbers (int64_t nvalues, uint64_t userseed1, uint64_t userseed2, int64_t position, double *result)
 

Function Documentation

◆ make_graph()

void make_graph ( int  log_numverts,
int64_t  desired_nedges,
uint64_t  userseed1,
uint64_t  userseed2,
const double  initiator[4],
int64_t nedges,
int64_t **  result 
)

◆ make_random_numbers()

void make_random_numbers ( int64_t  nvalues,
uint64_t  userseed1,
uint64_t  userseed2,
int64_t  position,
double *  result 
)