Skip to content

OUIsolutions/maktub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maktub

Maktub its a pseudo randon generative library designed to generate theorem tests, procedural objects constructions and anything that you need pseudo random usage

Release

Item Description
Maktub.c Definition
Maktub.h Header
MaktubOne.c All in one
Maktub.zip Zip Folder

Quick Usage

these above example generates a simple rand number betwen 0 and 100

#include "MaktubOne.c"
MakTubNamespace mak;

int main(){
    mak = newMakTubNameskace();
    MakTub * obj = mak.newMakTub("your seed here");
    int num = mak.generate_num(obj,0,100);
    printf("%d\n",num);
    mak.free(obj);
    return 0;
}

Documentation

Item Description
build_and_install.md Instructions on how to build and install Maktub
generating_tokens.md Guide on generating tokens
choice.md Explanation of the choice function
probabilities.md Understanding probabilities in Maktub
callbacks.md Usage of callbacks
seed_control.md Controlling seed values

About

A determinist pseudo random Unversal Fuzzer

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •