GPU Mersenne primality test.
-
Updated
Jul 18, 2025 - C++
GPU Mersenne primality test.
Approach to calculating big Mersenne primes with arbitrary precision numbers.
A simple Lucas-Lehmer primality test implementation for C++
Fixed version of the same name hackage package
Generates two TeX-files (which then can be used to build a pdf) for a given mersenne prime number with per-page-statistics and calculates the happy number sequence.
A theory describing recurring patterns at different scales through rotation operators
Collection of useful methodes and classes.
Generate Mersenne prime numbers into files (C++)
Simple C code which searching for Mersenne prime about first 1M numbers
A Mersenne prime is a prime number that is one less than a power of two. That is, it is a prime number of the form M_{n}=2^{n}-1 for some integer n.
University project mainly involving Mersenne numbers.
Primality testing and prime factorization utility
An exploration of the integer sequence: Mersenne Primes
A Mersenne Primality Test that implements the Lucas-Lehmer Test
This is a Rust implementation of the Mersenne Twister (MT19937) pseudo random number generator (PRNG). This implementation allows you to generate random numbers seeded with the process ID (PID) of the running program, making the sequence of generated numbers different each time the program is run.
🔢 This repository contains easy-to-follow Number Theory problems solved using MATLAB.
Add a description, image, and links to the mersenne-numbers topic page so that developers can more easily learn about it.
To associate your repository with the mersenne-numbers topic, visit your repo's landing page and select "manage topics."