We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Creates random names by using a given pattern
3 2
//! # Some weekend fun: Simple Rust, complex maths and having fun in the terminal..
//!
//! Let's start with a quick thought experiment: If you take a number, e.g. 4 and square it,
//! (16) and square it again (256) you quickly realize the numbers run towards infinity. This
//! is true for all numbers, right? Well, not quite. Everything between -1..1 will converge
There was an error while loading. Please reload this page.