Skip to content
View TrulsHenriksson's full-sized avatar

Block or report TrulsHenriksson

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. qrref qrref Public

    Python package and reference implementation of a QR code generator with a simple CLI for showing, saving and copying generated QR codes.

    Python

  2. ODEplotter ODEplotter Public

    A simple Python package for solving, plotting, and animating ordinary differential equations (ODEs).

    Python

  3. mpcalc mpcalc Public

    Simple command-line calculator with arbitrary precision.

    Python 1

  4. ProbabilityDistributionFunction ProbabilityDistributionFunction Public

    Python 1

  5. Simple function for sampling a weigh... Simple function for sampling a weighted die, based on a beta distribution. `luck` should be in the range [-100, 100]. At `luck = 0` the distribution is uniform (a fair die). The impact of `luck` can be adjusted via the constant `POWER`.
    1
    #include <random>
    2
    
                  
    3
    
                  
    4
    const double POWER = 1.0;
    5