Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/prng/
H A Dmrand48.c49 * @tc.name : mrand48_0100
53 void mrand48_0100(void) in mrand48_0100() function
58 EXPECT_TRUE("mrand48_0100", ret < pow(TWO, THIRTYONE) && ret > -pow(TWO, THIRTYONE)); in mrand48_0100()
63 mrand48_0100(); in main()

Completed in 1 milliseconds