Yeah. Way faster than mine
chhers
chhers
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu(define (randint RANGE DIGITS)
(letn ((digits (fn (X) (map int (unique (explode (string X))))))
(wrong (fn (X) (difference (digits X) DIGITS)))
(S (clean wrong (apply sequence RANGE))))
(S (rand (length S)))))
floatV = (float) *(double *)&cell->aux;
floatV = (float) ((cell->type == CELL_FLOAT)? *(double *)&uint64V : uint64V);