CipesAtHome icon indicating copy to clipboard operation
CipesAtHome copied to clipboard

Results 4 CipesAtHome issues
Sort by recently updated
recently updated
newest added

RecipesAtHome appears to be using C's standard library for random number generation, which is sketchy for a couple of reasons: * the underlying implementation could be arbitrarily bad. it's almost...

Moved the \#define statements for BUFFER_SEARCH_FRAMES, DEFAULT_ITERATION_LIMIT, and ITERATION_LIMIT_INCREASE into their own config options. These are cached as global variables during program initialization.

omp_get_thread_num() in calculator.c is stopping me from compiling: Error: (ISO C99 and later do not support implicit function declarations.

This is a lot of commits, but most are pretty small, and many change behavior only in exceptional cases. Note: if possible, before merging, make sure this compiles with gcc....