set(LIB dev_random)
add_library(${LIB} OBJECT
    random.c
    )
