Tags
ios
Asked 7 years ago
6 Sep 2016
Views 529
david

david posted

how uuid generate in ios operating system

how uuid generate in ios ?

want to know how programming work behind the picture.

so interested to know which function do work for it and how ?

is it open source to view ?

dilip

dilip
answered Nov 30 '-1 00:00


as per my knowledge , ios use XNU kernel which is free and open-source software as part of the Darwin operating system.

function uuid_generate_random is responsible to do generate it.

pls check below link for open source code

http://opensource.apple.com/source/xnu/xnu-1228.0.2/libkern/uuid/uuid.c
Post Answer