MCPcopy 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
388class RandInt(RandNum):
389 def __init__(self):
390 # type: () -> None
391 RandNum.__init__(self, 0, 2**32 - 1)
392
393
394class RandSInt(RandNum):

Callers 11

gen_alike_chainMethod · 0.90
randvalMethod · 0.90
IE_TEIDIClass · 0.90
IE_TEICPClass · 0.90
IE_ChargingIdClass · 0.90
p0f_impersonateFunction · 0.90
dhcp_requestFunction · 0.90
tracerouteFunction · 0.90
traceroute6Function · 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…