package
0.7.2
Repository: https://github.com/filecoin-project/go-f3.git
Documentation: pkg.go.dev

# Functions

NewLogNormal instantiates a new latency model of log normal latency distribution with the given mean.
NewZipf instantiates a new latency model of ZipF latency distribution with the given max.

# Variables

None represents zero no-op latency model.

# Structs

LogNormal represents a log normal latency distribution with a configurable mean latency.
Zipf represents a log normal latency distribution with a configurable max latency.

# Interfaces

Model represents a latency model of cross participant communication.

# Type aliases

Modeler instantiates a new latency Model.