Skip to content

Releases: MegaFoxardin/RandMegan

0.1.1.0 [Cryptographic Security Upgrade]

11 Feb 14:48
bb06982
Compare
Choose a tag to compare

<-- Additions -->

  • Added the Random Dice 40 Functionality

<-- Retweeks -->

  • ReEntropy is now optional, unless creating random passwords, or creating random bits and bytes
  • Now we use Shake256 and Random Bytes for each entropy.
  • Security much more increased
  • Minor performance boost

Source

0.1.0.0 [Cryptographic Security Update]

23 Oct 20:02
d7053cd
Compare
Choose a tag to compare

Version: 0.1.0.0

<-- Retweaks -->

  • The Seeding is now Cryptographically Secure, making the Random Functionality, Cryptographically Secure.
  • The Random Functionality is now independent of Optpy.
  • The Random Functionality is now independent of Numpy.

Source: Google Drive

0.0.5.0 [Pre-Minor Release Update]

28 Sep 21:54
94b2313
Compare
Choose a tag to compare

< Version: 0.0.5.0 /> Version Format: Major.Minor.Build.Package;

<-- Additions -->

  • We have added the Random functionality for 24-sided dice, 28-sided dice, 32-sided dice, and 36-sided dice. Is it going to predict the future?
  • Introduced a function to Entropy the seed, if you are planning to Entropy it programmatically.

<-- Security Changes -->

  • From now on, it reseeds every time it generates randomly.
  • Improved its mechanics, making it unpredictable and closer to Cryptographically Secure Random. Please make sure to test its improved mechanics, though.
  • MêgaTron Random Generator has improved.

Source of RandMegan: https://drive.google.com/drive/folders/1JlTBiD1LC1UZ-6HyeGnjtgZ60-BPdz_8?usp=sharing

0.0.5.0 Preview 0 [First preview in a while]

15 Sep 09:07
7622f05
Compare
Choose a tag to compare

<-- 0.0.5.0 Preview 0 -->

  • Take note that with Previews, the version is currently in the testing phase of its release. It might get quirky from time to time.

<-- Retweeks -->

  • Random Bits Super is now called "Random Bytes Plus"
  • Performance of Choose Plusified has improved

RandMegan 0.0.4.0 [Security Update Patch 1]

29 Aug 21:49
2280b9d
Compare
Choose a tag to compare

RandMegan 0.0.4.0 [Minor Update]:

<-- Security -->

  • Slightly improved the Password Generator Function
  • Default Entropy's are protected now.
  • Python 3.12.5 has made the Max Inclusive Value a bit of an issue, so we are catering for that.
  • Default Entropy strengthened

<-- Rebalances -->

  • Default Entropy strengthened

<-- Plans for RandMegan's Future for September -->

  • We would bring in the ability to use the Dice Functions once, even with multiple Dices.
  • We would start our process with improving RandMegan, to have primary, and backup return values. Can you figure out the name for such a type of Random Generator?