Documentation

HexGraphIso.Random

SplitMix64 state.

  • state : UInt64

    The current stream state.

Instances For

    The first corpus seed.

    Equations
    Instances For

      The second corpus seed.

      Equations
      Instances For

        One SplitMix64 step: the next output and the advanced state.

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For

          A uniform value below m by threshold rejection: draws are discarded while they lie at or above 2^64 - (2^64 % m), then reduced. m = 0 returns 0 without consuming the stream.

          Equations
          Instances For
            Equations
            Instances For

              The Erdős–Rényi graph G(n, 1/2): one low bit per vertex pair (i, j), i < j, in lexicographic order. Returns the adjacency bitmask over pairs in that order.

              Equations
              • One or more equations did not get rendered due to their size.
              Instances For

                Fisher-Yates shuffle from the last position down.

                Equations
                • One or more equations did not get rendered due to their size.
                Instances For

                  A uniformly shuffled onto k-colouring of n ≥ k vertices: start from i % k and shuffle.

                  Equations
                  Instances For