<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>MBR</title>
      <description>blog-a-like</description>
      <link>http://marc-b-reynolds.github.io</link>
      <atom:link href="http://marc-b-reynolds.github.io/feed.xml" rel="self" type="application/rss+xml" />
      
        <item>
          <title>A normal/twist transform for TBN representation</title>
          <description>Covers a transform that converts the tangent and bitangent of a 3D frame to a point on the unit circle.</description>
          <pubDate>Wed, 06 May 2026 00:00:00 +0000</pubDate>
          <link>http://marc-b-reynolds.github.io/math/2026/05/06/NormalTwist.html</link>
          <guid isPermaLink="true">http://marc-b-reynolds.github.io/math/2026/05/06/NormalTwist.html</guid>
        </item>
      
        <item>
          <title>Item weights vs. the Paradox of Rarity</title>
          <description>This post describes using item weights to define the relative frequency of drop rates.</description>
          <pubDate>Wed, 01 Jan 2025 00:00:00 +0000</pubDate>
          <link>http://marc-b-reynolds.github.io/math/2025/01/01/Rarity.html</link>
          <guid isPermaLink="true">http://marc-b-reynolds.github.io/math/2025/01/01/Rarity.html</guid>
        </item>
      
        <item>
          <title>Comments on parameterized SplitMix and PCG style generators</title>
          <description>Builds up a rational for a presented method for generating the additive constant of a LCG or Weyl sequence based PRNG.</description>
          <pubDate>Wed, 11 Dec 2024 00:00:00 +0000</pubDate>
          <link>http://marc-b-reynolds.github.io/math/2024/12/11/LCGAddConst.html</link>
          <guid isPermaLink="true">http://marc-b-reynolds.github.io/math/2024/12/11/LCGAddConst.html</guid>
        </item>
      
        <item>
          <title>Popcount walks: next, previous, toward and nearest</title>
          <description>Informal (and by-example) derivation of walking adjacent integers with the same population count as the input.</description>
          <pubDate>Thu, 09 Nov 2023 00:00:00 +0000</pubDate>
          <link>http://marc-b-reynolds.github.io/math/2023/11/09/PopNextPrev.html</link>
          <guid isPermaLink="true">http://marc-b-reynolds.github.io/math/2023/11/09/PopNextPrev.html</guid>
        </item>
      
        <item>
          <title>A fast path floating point underflow test elision from absorption</title>
          <description>A sketch of a fast path filter to avoid explicit underflow checking following an addition or subtraction.</description>
          <pubDate>Wed, 12 Jul 2023 00:00:00 +0000</pubDate>
          <link>http://marc-b-reynolds.github.io/math/2023/07/12/FpAbsorbUnderflow.html</link>
          <guid isPermaLink="true">http://marc-b-reynolds.github.io/math/2023/07/12/FpAbsorbUnderflow.html</guid>
        </item>
      
        <item>
          <title>Stable look-at rotations</title>
          <description>Derives stable look-at computations for Yaw/Pitch, swing-twist and quaternions</description>
          <pubDate>Thu, 15 Jun 2023 00:00:00 +0000</pubDate>
          <link>http://marc-b-reynolds.github.io/math/2023/06/15/LookAt.html</link>
          <guid isPermaLink="true">http://marc-b-reynolds.github.io/math/2023/06/15/LookAt.html</guid>
        </item>
      
        <item>
          <title>Weighted function approximation: angle trisection</title>
          <description>Example of a weighted sum of functions approximation: trisect an angle</description>
          <pubDate>Sat, 21 Jan 2023 00:00:00 +0000</pubDate>
          <link>http://marc-b-reynolds.github.io/math/2023/01/21/Trisect.html</link>
          <guid isPermaLink="true">http://marc-b-reynolds.github.io/math/2023/01/21/Trisect.html</guid>
        </item>
      
        <item>
          <title>An evil and odious map (partition into even/odd parity in increasing order)</title>
          <description>Presents a map that paritions integers into the even and odd parity subsets where each are in increasing order</description>
          <pubDate>Fri, 16 Dec 2022 00:00:00 +0000</pubDate>
          <link>http://marc-b-reynolds.github.io/math/2022/12/16/ParityWalks.html</link>
          <guid isPermaLink="true">http://marc-b-reynolds.github.io/math/2022/12/16/ParityWalks.html</guid>
        </item>
      
        <item>
          <title>A fast perfect shuffle for n&amp;#8804;64</title>
          <description>Describes a perfect shuffle using a bitset and the original pencil-and-paper Fisher-Yates method.</description>
          <pubDate>Thu, 14 Jul 2022 00:00:00 +0000</pubDate>
          <link>http://marc-b-reynolds.github.io/distribution/2022/07/14/SmallPerfect.html</link>
          <guid isPermaLink="true">http://marc-b-reynolds.github.io/distribution/2022/07/14/SmallPerfect.html</guid>
        </item>
      
        <item>
          <title>Quaternion swing twist decomposition</title>
          <description>Given a unit quaternion $Q$ factor into a pair such that $Q = Q_rQ_a$ where $a$ is a predefined axis and $r$ is an orthogonal axis.  This is commonly called swing-twist decomposition.</description>
          <pubDate>Mon, 31 Jan 2022 00:00:00 +0000</pubDate>
          <link>http://marc-b-reynolds.github.io/quaternions/2022/01/31/QuatAxisFactor.html</link>
          <guid isPermaLink="true">http://marc-b-reynolds.github.io/quaternions/2022/01/31/QuatAxisFactor.html</guid>
        </item>
      
  </channel>
</rss>
