RNDFP () |
Returns a random floating point between 1 and 1.0000001. |
RNDINT () |
Returns a random integer between 0 and 2^32. |
closest_divisor (target, closer) |
|
dict2OrderedDict (my_dict) |
|
findfiles (paths, regexp[, full]) |
|
getnextf (itr) |
|
int_to_twocs (val, bits) |
compute the two compliment of a int |
iter_flatten (iterable) |
|
longest_common_substr (str1, str2) |
|
natural_sort (input_list) |
|
open_generic_fd (filename, mode) |
|
primes (number) |
|
range_to_sequence (start, *args) |
|
smart_copy_dict (olddict) |
|
twocs_to_int (val, bits) |
compute the int value of a two compliment int |
which (program) |
|