Home
last modified time | relevance | path

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

/third_party/FreeBSD/lib/libc/gen/
H A Darc4random_uniform.c1 /* $OpenBSD: arc4random_uniform.c,v 1.3 2019/01/20 02:59:07 bcook Exp $ */
33 arc4random_uniform(uint32_t upper_bound) in arc4random_uniform() function
/third_party/musl/libc-test/src/functionalext/supplement/stdlib/stdlib_gtest/
H A Dstdlib_arc4random_test.cpp34 * @tc.desc: Verify the randomness of this arc4random_uniform.
41 num = arc4random_uniform(CANCEL_NUM); in HWTEST_F()
/third_party/musl/porting/linux/user/include/
H A Dstdlib.h79 unsigned int arc4random_uniform(unsigned int);
/third_party/musl/include/
H A Dstdlib.h80 unsigned int arc4random_uniform(unsigned int);
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs883 pub fn arc4random_uniform(l: u32) -> u32; in arc4random_uniform() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs824 pub fn arc4random_uniform(a: u32) -> u32; in arc4random_uniform() functions
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs3493 pub fn arc4random_uniform(__upper_bound: u32) -> u32; in arc4random_uniform() functions

Completed in 25 milliseconds