Skip to content

Implement Random.Zipf extension method #726

@AntyaDev

Description

@AntyaDev

Documentation link

The Zipf distribution is a mathematical concept that describes the frequency of items ranked from most common to least common in a dataset, like word frequencies in a book or city populations.
Also, this distribution can be used to describe hot keys/items in database or popular tweets in Tweeter web service.

var stepIndex = context.Random.Zipf(n: 100, s: 1.0)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions