/* 1 0 pseudo-random integer, 0 <= rand() <= RAND_MAX */ double nf_rand(const Node *n, const Cell *c) { return rand(); }