Searched refs:get_random (Results 1 - 7 of 7) sorted by relevance

/haiku/headers/private/kernel/util/
H A DRandom.h56 get_random() function
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRPCServer.cpp87 fXID(get_random<uint32>())
H A DFileSystem.cpp48 fOpenOwner = get_random<uint64>();
H A DConnection.cpp660 port = get_random<uint16>() % (IPPORT_RESERVED - NFS_MIN_PORT);
H A DRequestBuilder.cpp664 uint64 verifier = get_random<uint64>();
/haiku/headers/libs/mapm/
H A Dm_apm.h618 inline MAPM get_random(void) {return MAPM::random();} function
/haiku/src/system/kernel/scheduler/
H A Dscheduler.cpp815 core = &gCoreEntries[get_random<int32>() % gCoreCount];

Completed in 73 milliseconds