Home
last modified time | relevance | path

Searched refs:deterministicRandom (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/ec/
H A Dmake_p256-nistz-tests.go215 type deterministicRandom struct { struct
225 return &deterministicRandom{stream}
228 func (r *deterministicRandom) Read(b []byte) (n int, err error) { argument
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/ec/
H A Dmake_p256-nistz-tests.go215 type deterministicRandom struct { struct
225 return &deterministicRandom{stream}
228 func (r *deterministicRandom) Read(b []byte) (n int, err error) { argument
/aosp_15_r20/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DHexDumpTest.java72 Random deterministicRandom = new Random(31337); // arbitrary but deterministic in testRoundTrip_fromBytes() local
75 deterministicRandom.nextBytes(bytes); in testRoundTrip_fromBytes()