Numpy’s random number routines produce pseudo random numbers using combinations of a BitGenerator to create sequences and a Generator to use those sequences to sample from different statistical distributions.
Mermaid is an external library that allows us to generate diagrams and flowcharts in Hugo markdown content. Though Hugo currently does not provide default templates for Mermaid diagrams, we can easily create a shortcode for this purpose. This series of articles offer a sample of basic flowcharts that can be used in Hugo content.

This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.
Hugo ships with several Built-in Shortcodes for rich content, along with a Privacy Config and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.
Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries.
Emoji can be enabled in a Hugo project in a number of ways.