/* 1 0 pseudo-random double, 0.0 <= drand() < 1.0 */ double nf_drand(const Node *n, const Cell *c) { return rand()/(RAND_MAX+1.0); }