Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/secdev/scapy
/ RandInt
Class
RandInt
scapy/volatile.py:388–391 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
386
387
388
class
RandInt(RandNum):
389
def
__init__(self):
390
# type: () -> None
391
RandNum.__init__(self, 0, 2**32 - 1)
392
393
394
class
RandSInt(RandNum):
Callers
11
gen_alike_chain
Method · 0.90
randval
Method · 0.90
IE_TEIDI
Class · 0.90
IE_TEICP
Class · 0.90
IE_ChargingId
Class · 0.90
GTPPDUNotificationRequest
Class · 0.90
PIMv2HelloGenerationID
Class · 0.90
p0f_impersonate
Function · 0.90
dhcp_request
Function · 0.90
traceroute
Function · 0.90
traceroute6
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…