Home / Function/ randLong() — netty Function Reference

randLong() — netty Function Reference

Architecture documentation for the randLong() function in EpollSocketChannelConfigTest.java from the netty codebase.

Function java Buffer Search calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  a917c43b_f4f4_6a9c_6c30_9d94eb672c7f["randLong()"]
  cbf3710d_0610_b07a_f224_0edbf3495fdf["EpollSocketChannelConfigTest"]
  a917c43b_f4f4_6a9c_6c30_9d94eb672c7f -->|defined in| cbf3710d_0610_b07a_f224_0edbf3495fdf
  0d3b1c35_c283_4084_467b_d7dadc3fe392["testRandomTcpNotSentLowAt()"]
  0d3b1c35_c283_4084_467b_d7dadc3fe392 -->|calls| a917c43b_f4f4_6a9c_6c30_9d94eb672c7f
  57c042e3_6d28_e9a2_e661_da772c6b29e2["nextLong()"]
  a917c43b_f4f4_6a9c_6c30_9d94eb672c7f -->|calls| 57c042e3_6d28_e9a2_e661_da772c6b29e2
  style a917c43b_f4f4_6a9c_6c30_9d94eb672c7f fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollSocketChannelConfigTest.java lines 76–78

    private static long randLong(long min, long max) {
        return min + nextLong(max - min + 1);
    }

Domain

Subdomains

Calls

Frequently Asked Questions

What does randLong() do?
randLong() is a function in the netty codebase, defined in transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollSocketChannelConfigTest.java.
Where is randLong() defined?
randLong() is defined in transport-native-epoll/src/test/java/io/netty/channel/epoll/EpollSocketChannelConfigTest.java at line 76.
What does randLong() call?
randLong() calls 1 function(s): nextLong.
What calls randLong()?
randLong() is called by 1 function(s): testRandomTcpNotSentLowAt.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free